sprockets-cache-riak 0.0.1 → 0.0.2
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/.gitignore +1 -0
- data/Gemfile.lock +14 -0
- data/lib/sprockets-cache-riak/version.rb +1 -1
- data/sprockets-cache-riak.gemspec +1 -0
- metadata +6 -4
data/.gitignore
CHANGED
data/Gemfile.lock
ADDED
|
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.homepage = "https://github.com/CarrotCornCat/sprockets-cache-riak"
|
|
11
11
|
s.summary = %q{A Riak cache store for Sprockets}
|
|
12
12
|
s.description = %q{A Riak cache store for Sprockets, built on the model of sprockets-cache-redis }
|
|
13
|
+
s.license = "MIT"
|
|
13
14
|
|
|
14
15
|
s.files = `git ls-files`.split("\n")
|
|
15
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sprockets-cache-riak
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -20,6 +20,7 @@ extra_rdoc_files: []
|
|
|
20
20
|
files:
|
|
21
21
|
- .gitignore
|
|
22
22
|
- Gemfile
|
|
23
|
+
- Gemfile.lock
|
|
23
24
|
- LICENSE
|
|
24
25
|
- README.md
|
|
25
26
|
- Rakefile
|
|
@@ -28,7 +29,8 @@ files:
|
|
|
28
29
|
- lib/sprockets-cache-riak/version.rb
|
|
29
30
|
- sprockets-cache-riak.gemspec
|
|
30
31
|
homepage: https://github.com/CarrotCornCat/sprockets-cache-riak
|
|
31
|
-
licenses:
|
|
32
|
+
licenses:
|
|
33
|
+
- MIT
|
|
32
34
|
post_install_message:
|
|
33
35
|
rdoc_options: []
|
|
34
36
|
require_paths:
|
|
@@ -41,7 +43,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
41
43
|
version: '0'
|
|
42
44
|
segments:
|
|
43
45
|
- 0
|
|
44
|
-
hash:
|
|
46
|
+
hash: -3957088959186250191
|
|
45
47
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
48
|
none: false
|
|
47
49
|
requirements:
|
|
@@ -50,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
52
|
version: '0'
|
|
51
53
|
segments:
|
|
52
54
|
- 0
|
|
53
|
-
hash:
|
|
55
|
+
hash: -3957088959186250191
|
|
54
56
|
requirements: []
|
|
55
57
|
rubyforge_project:
|
|
56
58
|
rubygems_version: 1.8.23
|