Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit aaeaeed

Browse files
Merge pull request #2 from michaeldelorenzo/v0.0.8
Update Dependencies
2 parents ec1482f + c4c80ef commit aaeaeed

File tree

3 files changed

+41
-33
lines changed

3 files changed

+41
-33
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.rvmrc
22
.rbenv-version
3+
.ruby-version
34
.bundle
45
.idea
56
.idea/*.*
67
.DS_Store
7-
coverage/*.*
8+
coverage/*.*

Gemfile.lock

+37-30
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,56 @@ PATH
88
GEM
99
remote: http://rubygems.org/
1010
specs:
11-
addressable (2.3.8)
12-
crack (0.4.2)
11+
addressable (2.6.0)
12+
public_suffix (>= 2.0.2, < 4.0)
13+
crack (0.4.3)
1314
safe_yaml (~> 1.0.0)
14-
diff-lcs (1.2.5)
15-
docile (1.1.5)
16-
faraday (0.9.1)
15+
diff-lcs (1.3)
16+
docile (1.3.1)
17+
faraday (0.15.4)
1718
multipart-post (>= 1.2, < 3)
18-
hashie (3.4.1)
19-
json (1.8.2)
20-
jwt (1.5.0)
21-
multi_json (1.11.0)
22-
multi_xml (0.5.5)
23-
multipart-post (2.0.0)
24-
oauth2 (1.0.0)
25-
faraday (>= 0.8, < 0.10)
26-
jwt (~> 1.0)
19+
hashdiff (0.3.9)
20+
hashie (3.6.0)
21+
json (2.2.0)
22+
jwt (2.1.0)
23+
multi_json (1.13.1)
24+
multi_xml (0.6.0)
25+
multipart-post (2.1.1)
26+
oauth2 (1.4.1)
27+
faraday (>= 0.8, < 0.16.0)
28+
jwt (>= 1.0, < 3.0)
2729
multi_json (~> 1.3)
2830
multi_xml (~> 0.5)
29-
rack (~> 1.2)
30-
omniauth (1.2.2)
31-
hashie (>= 1.2, < 4)
32-
rack (~> 1.0)
33-
omniauth-oauth2 (1.3.0)
31+
rack (>= 1.2, < 3)
32+
omniauth (1.9.0)
33+
hashie (>= 3.4.6, < 3.7.0)
34+
rack (>= 1.6.2, < 3)
35+
omniauth-oauth2 (1.3.1)
3436
oauth2 (~> 1.0)
3537
omniauth (~> 1.2)
36-
rack (1.6.1)
37-
rack-test (0.6.3)
38-
rack (>= 1.0)
39-
rake (0.9.2.2)
38+
public_suffix (3.0.3)
39+
rack (2.0.7)
40+
rack-test (1.1.0)
41+
rack (>= 1.0, < 3)
42+
rake (12.3.2)
4043
rspec (2.99.0)
4144
rspec-core (~> 2.99.0)
4245
rspec-expectations (~> 2.99.0)
4346
rspec-mocks (~> 2.99.0)
4447
rspec-core (2.99.2)
4548
rspec-expectations (2.99.2)
4649
diff-lcs (>= 1.1.3, < 2.0)
47-
rspec-mocks (2.99.3)
48-
safe_yaml (1.0.4)
49-
simplecov (0.10.0)
50-
docile (~> 1.1.0)
51-
json (~> 1.8)
50+
rspec-mocks (2.99.4)
51+
safe_yaml (1.0.5)
52+
simplecov (0.16.1)
53+
docile (~> 1.1)
54+
json (>= 1.8, < 3)
5255
simplecov-html (~> 0.10.0)
53-
simplecov-html (0.10.0)
54-
webmock (1.21.0)
56+
simplecov-html (0.10.2)
57+
webmock (3.5.1)
5558
addressable (>= 2.3.6)
5659
crack (>= 0.3.2)
60+
hashdiff
5761

5862
PLATFORMS
5963
ruby
@@ -65,3 +69,6 @@ DEPENDENCIES
6569
rspec (~> 2.7)
6670
simplecov
6771
webmock
72+
73+
BUNDLED WITH
74+
1.17.2

lib/omniauth-bitly/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Bitly
3-
VERSION = "0.0.7"
3+
VERSION = "0.0.8"
44
end
5-
end
5+
end

0 commit comments

Comments
 (0)