plucky 0.4.2 → 0.4.3

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.
Files changed (2) hide show
  1. data/lib/plucky/version.rb +1 -1
  2. metadata +9 -16
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Plucky
3
- Version = '0.4.2'
3
+ Version = '0.4.3'
4
4
  end
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: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 2
10
- version: 0.4.2
9
+ - 3
10
+ version: 0.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Nunemaker
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-08 00:00:00 Z
18
+ date: 2011-11-07 00:00:00 -05:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: mongo
@@ -25,20 +26,11 @@ dependencies:
25
26
  requirements:
26
27
  - - ~>
27
28
  - !ruby/object:Gem::Version
28
- hash: 27
29
+ hash: 9
29
30
  segments:
30
31
  - 1
31
32
  - 3
32
- - 0
33
- version: 1.3.0
34
- - - <
35
- - !ruby/object:Gem::Version
36
- hash: 3
37
- segments:
38
- - 1
39
- - 5
40
- - 0
41
- version: 1.5.0
33
+ version: "1.3"
42
34
  type: :runtime
43
35
  version_requirements: *id001
44
36
  description:
@@ -75,6 +67,7 @@ files:
75
67
  - LICENSE
76
68
  - README.rdoc
77
69
  - UPGRADES
70
+ has_rdoc: true
78
71
  homepage: http://github.com/jnunemaker/plucky
79
72
  licenses: []
80
73
 
@@ -104,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
97
  requirements: []
105
98
 
106
99
  rubyforge_project:
107
- rubygems_version: 1.8.9
100
+ rubygems_version: 1.6.1
108
101
  signing_key:
109
102
  specification_version: 3
110
103
  summary: Thin layer over the ruby driver that allows you to quickly grab hold of your data (pluck it!).