risky 0.1.9 → 1.0.0

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/risky/version.rb +1 -1
  2. metadata +12 -14
@@ -1,3 +1,3 @@
1
1
  class Risky
2
- VERSION = "0.1.9"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: risky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,39 +9,37 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-11-22 00:00:00.000000000 -08:00
13
- default_executable:
12
+ date: 2012-03-17 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: riak-client
17
- requirement: &16680300 !ruby/object:Gem::Requirement
16
+ requirement: &6512880 !ruby/object:Gem::Requirement
18
17
  none: false
19
18
  requirements:
20
19
  - - ~>
21
20
  - !ruby/object:Gem::Version
22
- version: 1.0.0.beta
21
+ version: 1.0.0
23
22
  type: :runtime
24
23
  prerelease: false
25
- version_requirements: *16680300
24
+ version_requirements: *6512880
26
25
  description:
27
26
  email: aphyr@aphyr.com
28
27
  executables: []
29
28
  extensions: []
30
29
  extra_rdoc_files: []
31
30
  files:
32
- - lib/risky.rb
33
- - lib/risky/resolver.rb
34
- - lib/risky/version.rb
35
- - lib/risky/invalid.rb
36
31
  - lib/risky/all.rb
32
+ - lib/risky/invalid.rb
37
33
  - lib/risky/not_found.rb
38
- - lib/risky/indexes.rb
39
- - lib/risky/timestamps.rb
34
+ - lib/risky/resolver.rb
40
35
  - lib/risky/threadsafe.rb
36
+ - lib/risky/version.rb
37
+ - lib/risky/timestamps.rb
38
+ - lib/risky/indexes.rb
41
39
  - lib/risky/cron_list.rb
40
+ - lib/risky.rb
42
41
  - LICENSE
43
42
  - README.markdown
44
- has_rdoc: true
45
43
  homepage: https://github.com/aphyr/risky
46
44
  licenses: []
47
45
  post_install_message:
@@ -62,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
60
  version: '0'
63
61
  requirements: []
64
62
  rubyforge_project: risky
65
- rubygems_version: 1.6.2
63
+ rubygems_version: 1.8.10
66
64
  signing_key:
67
65
  specification_version: 3
68
66
  summary: A Ruby ORM for the Riak distributed database.