Skip to content

Commit

Permalink
bump version to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaicolBen committed Aug 7, 2018
1 parent 1dbd3a7 commit 8f725e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
twilio_mock (0.4.2)
twilio_mock (0.4.4)
twilio-ruby (~> 5.3, >= 5.3.1)
webmock (~> 3.0, >= 2)

Expand All @@ -18,11 +18,9 @@ GEM
multipart-post (>= 1.2, < 3)
hashdiff (0.3.7)
json (2.1.0)
jwt (2.1.0)
mini_portile2 (2.3.0)
jwt (1.5.6)
libxml-ruby (3.1.0)
multipart-post (2.0.0)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
public_suffix (3.0.2)
rake (11.3.0)
rspec (3.6.0)
Expand All @@ -44,10 +42,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
twilio-ruby (5.12.0)
twilio-ruby (5.3.1)
faraday (~> 0.9)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
jwt (~> 1.5)
libxml-ruby (>= 2.0, < 4.0)
webmock (3.4.2)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
4 changes: 2 additions & 2 deletions twilio_mock.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'twilio_mock'
s.version = '0.4.2'
s.date = '2018-07-28'
s.version = '0.4.4'
s.date = '2018-08-27'
s.summary = 'Mock for the twilio gem'
s.description = 'Mock for the twilio gem using webmock'
s.authors = ['Maicol Bentancor']
Expand Down

0 comments on commit 8f725e0

Please sign in to comment.