plucky 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/plucky/version.rb +1 -1
- metadata +8 -10
data/lib/plucky/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: plucky
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.4.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- John Nunemaker
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2012-01-20 00:00:00 Z
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
22
21
|
name: mongo
|
|
@@ -26,11 +25,11 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ~>
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash:
|
|
28
|
+
hash: 5
|
|
30
29
|
segments:
|
|
31
30
|
- 1
|
|
32
|
-
-
|
|
33
|
-
version: "1.
|
|
31
|
+
- 5
|
|
32
|
+
version: "1.5"
|
|
34
33
|
type: :runtime
|
|
35
34
|
version_requirements: *id001
|
|
36
35
|
description:
|
|
@@ -67,7 +66,6 @@ files:
|
|
|
67
66
|
- LICENSE
|
|
68
67
|
- README.rdoc
|
|
69
68
|
- UPGRADES
|
|
70
|
-
has_rdoc: true
|
|
71
69
|
homepage: http://github.com/jnunemaker/plucky
|
|
72
70
|
licenses: []
|
|
73
71
|
|
|
@@ -97,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
95
|
requirements: []
|
|
98
96
|
|
|
99
97
|
rubyforge_project:
|
|
100
|
-
rubygems_version: 1.
|
|
98
|
+
rubygems_version: 1.8.10
|
|
101
99
|
signing_key:
|
|
102
100
|
specification_version: 3
|
|
103
101
|
summary: Thin layer over the ruby driver that allows you to quickly grab hold of your data (pluck it!).
|