registry-rails 0.0.3 → 0.0.4
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 +7 -0
- data/lib/registry/rails/version.rb +1 -1
- data/registry-rails.gemspec +1 -1
- metadata +15 -19
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 356accb2d7e2cba4b93f9108378128d09ad5791c
|
|
4
|
+
data.tar.gz: 68a13a3268059fc40de5fae61fe6866dfe1ab840
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 807b1c4f9a9c089e52f90df06f29a0b594e8091c57e59336106a5037c32243dec8e16455c155e1e233a02986d25b27ce4b7b168864a21aa995c9f388f31cee4d
|
|
7
|
+
data.tar.gz: 40572a7d31b2c5f35196db364ccc1d732f1a4f369d3052e1a395ba54e8b4a88a4a9d156947350cb423887b866d9173227b25ee28eee1160487f272fcb4ff7e01
|
data/registry-rails.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,42 +1,39 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: registry-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.4
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Juan Felipe Alvarez Saldarriaga
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-06-11 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: rails
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: '
|
|
19
|
+
version: '4.1'
|
|
22
20
|
type: :runtime
|
|
23
21
|
prerelease: false
|
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
-
none: false
|
|
26
23
|
requirements:
|
|
27
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
28
25
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '
|
|
30
|
-
description:
|
|
31
|
-
|
|
32
|
-
|
|
26
|
+
version: '4.1'
|
|
27
|
+
description: |2
|
|
28
|
+
A container for storing objects and values in the application as long as the request lives. Registry implements
|
|
29
|
+
ruby's Singleton module, the same object is always available throughout your application.
|
|
33
30
|
email:
|
|
34
31
|
- nebiros@gmail.com
|
|
35
32
|
executables: []
|
|
36
33
|
extensions: []
|
|
37
34
|
extra_rdoc_files: []
|
|
38
35
|
files:
|
|
39
|
-
- .gitignore
|
|
36
|
+
- ".gitignore"
|
|
40
37
|
- Gemfile
|
|
41
38
|
- LICENSE
|
|
42
39
|
- README.md
|
|
@@ -47,27 +44,26 @@ files:
|
|
|
47
44
|
- registry-rails.gemspec
|
|
48
45
|
homepage: https://github.com/nebiros/registry-rails
|
|
49
46
|
licenses: []
|
|
47
|
+
metadata: {}
|
|
50
48
|
post_install_message:
|
|
51
49
|
rdoc_options: []
|
|
52
50
|
require_paths:
|
|
53
51
|
- lib
|
|
54
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
|
-
none: false
|
|
56
53
|
requirements:
|
|
57
|
-
- -
|
|
54
|
+
- - ">="
|
|
58
55
|
- !ruby/object:Gem::Version
|
|
59
56
|
version: '0'
|
|
60
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
61
|
-
none: false
|
|
62
58
|
requirements:
|
|
63
|
-
- -
|
|
59
|
+
- - ">="
|
|
64
60
|
- !ruby/object:Gem::Version
|
|
65
61
|
version: '0'
|
|
66
62
|
requirements: []
|
|
67
63
|
rubyforge_project:
|
|
68
|
-
rubygems_version:
|
|
64
|
+
rubygems_version: 2.2.2
|
|
69
65
|
signing_key:
|
|
70
|
-
specification_version:
|
|
66
|
+
specification_version: 4
|
|
71
67
|
summary: A container for storing objects and values in the application as long as
|
|
72
68
|
the request lives.
|
|
73
69
|
test_files: []
|