ruby-satisfaction 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +3 -8
- data/README.markdown +4 -0
- data/lib/satisfaction/resource.rb +1 -0
- data/lib/satisfaction/version.rb +1 -1
- metadata +6 -6
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruby-satisfaction (0.6.
|
4
|
+
ruby-satisfaction (0.6.5)
|
5
5
|
activesupport (~> 2.3)
|
6
6
|
json (>= 1.4.6)
|
7
7
|
memcache-client (>= 1.5.0)
|
@@ -11,13 +11,13 @@ PATH
|
|
11
11
|
GEM
|
12
12
|
remote: http://rubygems.org/
|
13
13
|
specs:
|
14
|
-
activesupport (2.3.
|
14
|
+
activesupport (2.3.11)
|
15
15
|
columnize (0.3.2)
|
16
16
|
configuration (1.2.0)
|
17
17
|
diff-lcs (1.1.2)
|
18
18
|
fakeweb (1.3.0)
|
19
19
|
gemcutter (0.6.1)
|
20
|
-
json (1.
|
20
|
+
json (1.5.1)
|
21
21
|
launchy (0.3.7)
|
22
22
|
configuration (>= 0.0.5)
|
23
23
|
rake (>= 0.8.1)
|
@@ -47,14 +47,9 @@ PLATFORMS
|
|
47
47
|
ruby
|
48
48
|
|
49
49
|
DEPENDENCIES
|
50
|
-
activesupport (~> 2.3)
|
51
50
|
bundler (>= 1.0.0)
|
52
51
|
fakeweb (~> 1.3)
|
53
52
|
gemcutter (>= 0.6.1)
|
54
|
-
json (>= 1.4.6)
|
55
|
-
memcache-client (>= 1.5.0)
|
56
|
-
nokogiri (>= 1.4.2)
|
57
|
-
oauth (>= 0.3.5)
|
58
53
|
open_gem (>= 1.4)
|
59
54
|
rr (= 1.0.2)
|
60
55
|
rspec (~> 2.2)
|
data/README.markdown
CHANGED
data/lib/satisfaction/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-satisfaction
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 13
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 5
|
10
|
+
version: 0.6.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Get Satisfaction
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-05-09 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
requirements: []
|
281
281
|
|
282
282
|
rubyforge_project: ruby-satisfaction
|
283
|
-
rubygems_version: 1.
|
283
|
+
rubygems_version: 1.4.2
|
284
284
|
signing_key:
|
285
285
|
specification_version: 3
|
286
286
|
summary: Get Satisfaction ruby client
|