Skip to content

Commit

Permalink
Version bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevo committed Feb 4, 2020
1 parent 9f4bed0 commit c9110f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
capybara (3.3.1)
addressable
mini_mime (>= 0.1.3)
Expand All @@ -21,17 +21,18 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.3)
docile (1.3.1)
faraday (0.12.2)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
git (1.4.0)
git (1.6.0)
rchardet (~> 1.8)
github_api (0.18.2)
addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
hashie (3.5.7)
highline (2.0.0)
hashie (3.6.0)
highline (2.0.3)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
json (1.8.6)
Expand All @@ -45,26 +46,27 @@ GEM
rake
rdoc
semver
jwt (1.5.6)
jwt (2.2.1)
mini_mime (1.0.0)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
multipart-post (2.1.1)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
jwt (~> 1.0)
oauth2 (1.4.3)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
public_suffix (3.0.2)
public_suffix (4.0.3)
rack (2.1.2)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rake (13.0.1)
rchardet (1.8.0)
rdoc (3.12.2)
json (~> 1.4)
rspec (3.7.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit c9110f8

Please sign in to comment.