h2ocube_rails_production 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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/h2ocube_rails_production.gemspec +2 -2
- data/lib/h2ocube_rails_production.rb +1 -1
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65c40313c189a44b759d740f3f3a2c6ff4ec0a88
|
4
|
+
data.tar.gz: 6a9908ad4d2d5749a72754208d10970ff9377216
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b454dca3111b44e91c273fa599314324d748b0cc5528344bab9ac3f60c0e1536ed79256773b636059209e9f1e61ed4f192526502e42b660b2788c0579a69e5bd
|
7
|
+
data.tar.gz: a5f4644c67e6846c6b0c5b634f32b639b8ac71132d9aa151d07885dd9ad631a6b40fe4e9e67e2f5b1f22a3062f54a48f0a395df0171b63f0cc7e3e3ffd881048
|
data/README.md
CHANGED
@@ -28,6 +28,7 @@ see include gems below :p
|
|
28
28
|
* exception_notification http://smartinez87.github.io/exception_notification/
|
29
29
|
* whenever https://github.com/javan/whenever/
|
30
30
|
* god http://godrb.com/
|
31
|
+
* h2ocube_rails_cache https://github.com/h2ocube/h2ocube_rails_cache
|
31
32
|
|
32
33
|
## Contributing
|
33
34
|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = 'h2ocube_rails_production'
|
7
|
-
spec.version = '0.0.
|
7
|
+
spec.version = '0.0.5'
|
8
8
|
spec.authors = ['Ben']
|
9
9
|
spec.email = ['ben@zfben.com']
|
10
10
|
spec.description = %q{Just a collection for production gems}
|
@@ -17,5 +17,5 @@ Gem::Specification.new do |spec|
|
|
17
17
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
18
18
|
spec.require_paths = ['lib']
|
19
19
|
|
20
|
-
%w(rainbows exception_notification whenever god).each{ |gem| spec.add_dependency gem }
|
20
|
+
%w(rainbows exception_notification whenever god h2ocube_rails_cache).each{ |gem| spec.add_dependency gem }
|
21
21
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: h2ocube_rails_production
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rainbows
|
@@ -66,6 +66,20 @@ dependencies:
|
|
66
66
|
- - '>='
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: h2ocube_rails_cache
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - '>='
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - '>='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
69
83
|
description: Just a collection for production gems
|
70
84
|
email:
|
71
85
|
- ben@zfben.com
|
@@ -100,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
114
|
version: '0'
|
101
115
|
requirements: []
|
102
116
|
rubyforge_project:
|
103
|
-
rubygems_version: 2.0.
|
117
|
+
rubygems_version: 2.0.5
|
104
118
|
signing_key:
|
105
119
|
specification_version: 4
|
106
120
|
summary: Just a collection for production gems
|