stratify-foursquare 0.1.4.1 → 0.1.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +13 -16
- data/README.md +1 -1
- data/lib/stratify-foursquare/version.rb +1 -1
- data/stratify-foursquare.gemspec +1 -1
- metadata +11 -6
- data/.rvmrc +0 -1
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stratify-foursquare (0.1.4)
|
5
|
-
foursquare2 (~> 1.
|
4
|
+
stratify-foursquare (0.1.4.2)
|
5
|
+
foursquare2 (~> 1.9.7)
|
6
6
|
railties (~> 3.2.0)
|
7
7
|
stratify-base (~> 0.1.4)
|
8
8
|
|
@@ -25,37 +25,34 @@ GEM
|
|
25
25
|
activesupport (3.2.3)
|
26
26
|
i18n (~> 0.6)
|
27
27
|
multi_json (~> 1.0)
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
bson (~> 1.6.2)
|
28
|
+
bson (1.6.4)
|
29
|
+
bson_ext (1.6.4)
|
30
|
+
bson (~> 1.6.4)
|
32
31
|
builder (3.0.0)
|
33
32
|
database_cleaner (0.7.2)
|
34
33
|
diff-lcs (1.1.3)
|
35
34
|
erubis (2.7.0)
|
36
35
|
fakeweb (1.3.0)
|
37
|
-
faraday (0.7
|
38
|
-
addressable (~> 2.2)
|
36
|
+
faraday (0.8.7)
|
39
37
|
multipart-post (~> 1.1)
|
40
|
-
rack (~> 1.1)
|
41
38
|
faraday_middleware (0.8.7)
|
42
39
|
faraday (>= 0.7.4, < 0.9)
|
43
|
-
foursquare2 (1.
|
44
|
-
faraday (
|
40
|
+
foursquare2 (1.9.7)
|
41
|
+
faraday (~> 0.8)
|
45
42
|
faraday_middleware (>= 0.8)
|
46
|
-
hashie (
|
43
|
+
hashie (>= 1.0, < 3.0.0)
|
47
44
|
hashie (1.2.0)
|
48
45
|
hike (1.2.1)
|
49
46
|
i18n (0.6.0)
|
50
|
-
journey (1.0.
|
47
|
+
journey (1.0.4)
|
51
48
|
json (1.7.0)
|
52
49
|
mongo (1.6.2)
|
53
50
|
bson (~> 1.6.2)
|
54
|
-
mongoid (2.4.
|
51
|
+
mongoid (2.4.12)
|
55
52
|
activemodel (~> 3.1)
|
56
|
-
mongo (
|
53
|
+
mongo (<= 1.6.2)
|
57
54
|
tzinfo (~> 0.3.22)
|
58
|
-
multi_json (1.3.
|
55
|
+
multi_json (1.3.4)
|
59
56
|
multipart-post (1.1.5)
|
60
57
|
rack (1.4.1)
|
61
58
|
rack-cache (1.2)
|
data/README.md
CHANGED
data/stratify-foursquare.gemspec
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
20
20
|
s.require_paths = ["lib"]
|
21
21
|
|
22
|
-
s.add_runtime_dependency "foursquare2", "~> 1.
|
22
|
+
s.add_runtime_dependency "foursquare2", "~> 1.9.7"
|
23
23
|
s.add_runtime_dependency "railties", "~> 3.2.0"
|
24
24
|
s.add_runtime_dependency "stratify-base", "~> 0.1.4"
|
25
25
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stratify-foursquare
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.4.
|
4
|
+
version: 0.1.4.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-05-27 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: foursquare2
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 1.
|
21
|
+
version: 1.9.7
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 1.
|
29
|
+
version: 1.9.7
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: railties
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -147,7 +147,6 @@ extensions: []
|
|
147
147
|
extra_rdoc_files: []
|
148
148
|
files:
|
149
149
|
- .gitignore
|
150
|
-
- .rvmrc
|
151
150
|
- Gemfile
|
152
151
|
- Gemfile.lock
|
153
152
|
- LICENSE
|
@@ -181,15 +180,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
180
|
- - ! '>='
|
182
181
|
- !ruby/object:Gem::Version
|
183
182
|
version: '0'
|
183
|
+
segments:
|
184
|
+
- 0
|
185
|
+
hash: -3481221201229102436
|
184
186
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
185
187
|
none: false
|
186
188
|
requirements:
|
187
189
|
- - ! '>='
|
188
190
|
- !ruby/object:Gem::Version
|
189
191
|
version: '0'
|
192
|
+
segments:
|
193
|
+
- 0
|
194
|
+
hash: -3481221201229102436
|
190
195
|
requirements: []
|
191
196
|
rubyforge_project: stratify-foursquare
|
192
|
-
rubygems_version: 1.8.
|
197
|
+
rubygems_version: 1.8.23
|
193
198
|
signing_key:
|
194
199
|
specification_version: 3
|
195
200
|
summary: Foursquare plugin for Stratify
|
data/.rvmrc
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
rvm use ruby-1.9.2-p290@stratify
|