hashy_db 0.0.4 → 0.0.5

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 (3) hide show
  1. data/hashy_db.gemspec +2 -2
  2. data/lib/hashy_db/version.rb +1 -1
  3. metadata +12 -10
data/hashy_db.gemspec CHANGED
@@ -5,9 +5,9 @@ require 'hashy_db/version'
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "hashy_db"
7
7
  s.version = HashyDb::VERSION
8
- s.authors = ["Matt Simpson", "Jason Mayer"]
8
+ s.authors = ["Matt Simpson", "Jason Mayer", "Asynchrony Solutions"]
9
9
  s.email = ["matt@railsgrammer.com", "jason.mayer@gmail.com"]
10
- s.homepage = "https://github.com/asynchrony/HashyDb"
10
+ s.homepage = "https://github.com/asynchrony/hashy_db"
11
11
  s.summary = %q{Provides an interface to store and retrieve data in a Hash.}
12
12
  s.description = %q{Provides an interface to store and retrieve data in a Hash.}
13
13
 
@@ -1,3 +1,3 @@
1
1
  module HashyDb
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,20 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hashy_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matt Simpson
9
9
  - Jason Mayer
10
+ - Asynchrony Solutions
10
11
  autorequire:
11
12
  bindir: bin
12
13
  cert_chain: []
13
- date: 2012-03-02 00:00:00.000000000 Z
14
+ date: 2012-03-03 00:00:00.000000000 Z
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: activesupport
17
- requirement: &6801620 !ruby/object:Gem::Requirement
18
+ requirement: &70323341342760 !ruby/object:Gem::Requirement
18
19
  none: false
19
20
  requirements:
20
21
  - - ~>
@@ -22,10 +23,10 @@ dependencies:
22
23
  version: '3.1'
23
24
  type: :runtime
24
25
  prerelease: false
25
- version_requirements: *6801620
26
+ version_requirements: *70323341342760
26
27
  - !ruby/object:Gem::Dependency
27
28
  name: rake
28
- requirement: &6800440 !ruby/object:Gem::Requirement
29
+ requirement: &70323341342040 !ruby/object:Gem::Requirement
29
30
  none: false
30
31
  requirements:
31
32
  - - ! '>='
@@ -33,10 +34,10 @@ dependencies:
33
34
  version: '0'
34
35
  type: :development
35
36
  prerelease: false
36
- version_requirements: *6800440
37
+ version_requirements: *70323341342040
37
38
  - !ruby/object:Gem::Dependency
38
39
  name: rspec
39
- requirement: &6799580 !ruby/object:Gem::Requirement
40
+ requirement: &70323341340960 !ruby/object:Gem::Requirement
40
41
  none: false
41
42
  requirements:
42
43
  - - ! '>='
@@ -44,7 +45,7 @@ dependencies:
44
45
  version: '0'
45
46
  type: :development
46
47
  prerelease: false
47
- version_requirements: *6799580
48
+ version_requirements: *70323341340960
48
49
  description: Provides an interface to store and retrieve data in a Hash.
49
50
  email:
50
51
  - matt@railsgrammer.com
@@ -65,7 +66,7 @@ files:
65
66
  - lib/hashy_db/data_store.rb
66
67
  - lib/hashy_db/version.rb
67
68
  - spec/lib/data_store_spec.rb
68
- homepage: https://github.com/asynchrony/HashyDb
69
+ homepage: https://github.com/asynchrony/hashy_db
69
70
  licenses: []
70
71
  post_install_message:
71
72
  rdoc_options: []
@@ -89,4 +90,5 @@ rubygems_version: 1.8.10
89
90
  signing_key:
90
91
  specification_version: 3
91
92
  summary: Provides an interface to store and retrieve data in a Hash.
92
- test_files: []
93
+ test_files:
94
+ - spec/lib/data_store_spec.rb