app_config_rails 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +4 -2
- data/Gemfile.lock +40 -40
- data/app_config_rails.gemspec +2 -2
- data/lib/app_config_rails/version.rb +1 -1
- metadata +18 -32
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: daf45b28f828a1eebad701e954348ce791a021ab
|
4
|
+
data.tar.gz: 5592bb320276b3f5f89c846382b148cacef553a3
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: d73ce0eaaf77abce86238954752d4ab6ca3aa01a769307783c77e4a72738bdf9ea8e61925b627843a5f3dd1b99e8f9e634cc81ee33d7407a15bcd45e6738a911
|
7
|
+
data.tar.gz: 144578f36ea43b73872c52352d64540c27dffa66b77428eb1f046845cdfee2f0c3aad14ee93cef63ad3932f674a7ba3f95eac646398cfe0cf7bbc48e19e44b78
|
data/Gemfile
CHANGED
@@ -5,8 +5,10 @@ source "http://rubygems.org"
|
|
5
5
|
# development dependencies will be added by default to the :development group.
|
6
6
|
gemspec
|
7
7
|
|
8
|
-
|
9
|
-
|
8
|
+
group :development do
|
9
|
+
# jquery-rails is used by the dummy application
|
10
|
+
gem "jquery-rails"
|
11
|
+
end
|
10
12
|
|
11
13
|
# Declare any dependencies that are still in development here instead of in
|
12
14
|
# your gemspec. These might include edge Rails or gems from your path or
|
data/Gemfile.lock
CHANGED
@@ -2,18 +2,18 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
app_config_rails (0.0.2)
|
5
|
-
app_config (~> 2.
|
6
|
-
rails (~> 3.2.
|
5
|
+
app_config (~> 2.4.1)
|
6
|
+
rails (~> 3.2.18)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: http://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actionmailer (3.2.
|
12
|
-
actionpack (= 3.2.
|
11
|
+
actionmailer (3.2.18)
|
12
|
+
actionpack (= 3.2.18)
|
13
13
|
mail (~> 2.5.4)
|
14
|
-
actionpack (3.2.
|
15
|
-
activemodel (= 3.2.
|
16
|
-
activesupport (= 3.2.
|
14
|
+
actionpack (3.2.18)
|
15
|
+
activemodel (= 3.2.18)
|
16
|
+
activesupport (= 3.2.18)
|
17
17
|
builder (~> 3.0.0)
|
18
18
|
erubis (~> 2.7.0)
|
19
19
|
journey (~> 1.0.4)
|
@@ -21,60 +21,60 @@ GEM
|
|
21
21
|
rack-cache (~> 1.2)
|
22
22
|
rack-test (~> 0.6.1)
|
23
23
|
sprockets (~> 2.2.1)
|
24
|
-
activemodel (3.2.
|
25
|
-
activesupport (= 3.2.
|
24
|
+
activemodel (3.2.18)
|
25
|
+
activesupport (= 3.2.18)
|
26
26
|
builder (~> 3.0.0)
|
27
|
-
activerecord (3.2.
|
28
|
-
activemodel (= 3.2.
|
29
|
-
activesupport (= 3.2.
|
27
|
+
activerecord (3.2.18)
|
28
|
+
activemodel (= 3.2.18)
|
29
|
+
activesupport (= 3.2.18)
|
30
30
|
arel (~> 3.0.2)
|
31
31
|
tzinfo (~> 0.3.29)
|
32
|
-
activeresource (3.2.
|
33
|
-
activemodel (= 3.2.
|
34
|
-
activesupport (= 3.2.
|
35
|
-
activesupport (3.2.
|
32
|
+
activeresource (3.2.18)
|
33
|
+
activemodel (= 3.2.18)
|
34
|
+
activesupport (= 3.2.18)
|
35
|
+
activesupport (3.2.18)
|
36
36
|
i18n (~> 0.6, >= 0.6.4)
|
37
37
|
multi_json (~> 1.0)
|
38
|
-
app_config (2.
|
39
|
-
arel (3.0.
|
38
|
+
app_config (2.4.1)
|
39
|
+
arel (3.0.3)
|
40
40
|
builder (3.0.4)
|
41
41
|
erubis (2.7.0)
|
42
42
|
hike (1.2.3)
|
43
|
-
i18n (0.6.
|
43
|
+
i18n (0.6.9)
|
44
44
|
journey (1.0.4)
|
45
|
-
jquery-rails (3.0
|
45
|
+
jquery-rails (3.1.0)
|
46
46
|
railties (>= 3.0, < 5.0)
|
47
47
|
thor (>= 0.14, < 2.0)
|
48
|
-
json (1.8.
|
48
|
+
json (1.8.1)
|
49
49
|
mail (2.5.4)
|
50
50
|
mime-types (~> 1.16)
|
51
51
|
treetop (~> 1.4.8)
|
52
|
-
mime-types (1.
|
53
|
-
multi_json (1.
|
54
|
-
polyglot (0.3.
|
52
|
+
mime-types (1.25.1)
|
53
|
+
multi_json (1.10.0)
|
54
|
+
polyglot (0.3.4)
|
55
55
|
rack (1.4.5)
|
56
56
|
rack-cache (1.2)
|
57
57
|
rack (>= 0.4)
|
58
|
-
rack-ssl (1.3.
|
58
|
+
rack-ssl (1.3.4)
|
59
59
|
rack
|
60
60
|
rack-test (0.6.2)
|
61
61
|
rack (>= 1.0)
|
62
|
-
rails (3.2.
|
63
|
-
actionmailer (= 3.2.
|
64
|
-
actionpack (= 3.2.
|
65
|
-
activerecord (= 3.2.
|
66
|
-
activeresource (= 3.2.
|
67
|
-
activesupport (= 3.2.
|
62
|
+
rails (3.2.18)
|
63
|
+
actionmailer (= 3.2.18)
|
64
|
+
actionpack (= 3.2.18)
|
65
|
+
activerecord (= 3.2.18)
|
66
|
+
activeresource (= 3.2.18)
|
67
|
+
activesupport (= 3.2.18)
|
68
68
|
bundler (~> 1.0)
|
69
|
-
railties (= 3.2.
|
70
|
-
railties (3.2.
|
71
|
-
actionpack (= 3.2.
|
72
|
-
activesupport (= 3.2.
|
69
|
+
railties (= 3.2.18)
|
70
|
+
railties (3.2.18)
|
71
|
+
actionpack (= 3.2.18)
|
72
|
+
activesupport (= 3.2.18)
|
73
73
|
rack-ssl (~> 1.3.2)
|
74
74
|
rake (>= 0.8.7)
|
75
75
|
rdoc (~> 3.4)
|
76
76
|
thor (>= 0.14.6, < 2.0)
|
77
|
-
rake (10.1
|
77
|
+
rake (10.3.1)
|
78
78
|
rdoc (3.12.2)
|
79
79
|
json (~> 1.4)
|
80
80
|
sprockets (2.2.2)
|
@@ -82,13 +82,13 @@ GEM
|
|
82
82
|
multi_json (~> 1.0)
|
83
83
|
rack (~> 1.0)
|
84
84
|
tilt (~> 1.1, != 1.3.0)
|
85
|
-
sqlite3 (1.3.
|
86
|
-
thor (0.
|
85
|
+
sqlite3 (1.3.9)
|
86
|
+
thor (0.19.1)
|
87
87
|
tilt (1.4.1)
|
88
|
-
treetop (1.4.
|
88
|
+
treetop (1.4.15)
|
89
89
|
polyglot
|
90
90
|
polyglot (>= 0.3.1)
|
91
|
-
tzinfo (0.3.
|
91
|
+
tzinfo (0.3.39)
|
92
92
|
|
93
93
|
PLATFORMS
|
94
94
|
ruby
|
data/app_config_rails.gemspec
CHANGED
@@ -21,8 +21,8 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.files = `git ls-files`.split("\n")
|
22
22
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
23
23
|
|
24
|
-
s.add_dependency "app_config", "~> 2.
|
25
|
-
s.add_dependency "rails", "~> 3.2.
|
24
|
+
s.add_dependency "app_config", "~> 2.4.1"
|
25
|
+
s.add_dependency "rails", "~> 3.2.18"
|
26
26
|
|
27
27
|
s.add_development_dependency "sqlite3"
|
28
28
|
end
|
metadata
CHANGED
@@ -1,62 +1,55 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app_config_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.3
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Dale Campbell
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2014-05-12 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: app_config
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
|
-
- - ~>
|
17
|
+
- - "~>"
|
20
18
|
- !ruby/object:Gem::Version
|
21
|
-
version: 2.
|
19
|
+
version: 2.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: 2.
|
26
|
+
version: 2.4.1
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: rails
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
|
-
- - ~>
|
31
|
+
- - "~>"
|
36
32
|
- !ruby/object:Gem::Version
|
37
|
-
version: 3.2.
|
33
|
+
version: 3.2.18
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- - ~>
|
38
|
+
- - "~>"
|
44
39
|
- !ruby/object:Gem::Version
|
45
|
-
version: 3.2.
|
40
|
+
version: 3.2.18
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: sqlite3
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
|
-
- -
|
45
|
+
- - ">="
|
52
46
|
- !ruby/object:Gem::Version
|
53
47
|
version: '0'
|
54
48
|
type: :development
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
|
-
- -
|
52
|
+
- - ">="
|
60
53
|
- !ruby/object:Gem::Version
|
61
54
|
version: '0'
|
62
55
|
description: Rails plugin for the AppConfig gem.
|
@@ -66,7 +59,7 @@ executables: []
|
|
66
59
|
extensions: []
|
67
60
|
extra_rdoc_files: []
|
68
61
|
files:
|
69
|
-
- .gitignore
|
62
|
+
- ".gitignore"
|
70
63
|
- Gemfile
|
71
64
|
- Gemfile.lock
|
72
65
|
- MIT-LICENSE
|
@@ -80,32 +73,25 @@ files:
|
|
80
73
|
homepage: https://github.com/Oshuma/app_config_rails
|
81
74
|
licenses:
|
82
75
|
- MIT
|
76
|
+
metadata: {}
|
83
77
|
post_install_message:
|
84
78
|
rdoc_options: []
|
85
79
|
require_paths:
|
86
80
|
- lib
|
87
81
|
required_ruby_version: !ruby/object:Gem::Requirement
|
88
|
-
none: false
|
89
82
|
requirements:
|
90
|
-
- -
|
83
|
+
- - ">="
|
91
84
|
- !ruby/object:Gem::Version
|
92
85
|
version: '0'
|
93
|
-
segments:
|
94
|
-
- 0
|
95
|
-
hash: -1968558924721543833
|
96
86
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
|
-
none: false
|
98
87
|
requirements:
|
99
|
-
- -
|
88
|
+
- - ">="
|
100
89
|
- !ruby/object:Gem::Version
|
101
90
|
version: '0'
|
102
|
-
segments:
|
103
|
-
- 0
|
104
|
-
hash: -1968558924721543833
|
105
91
|
requirements: []
|
106
92
|
rubyforge_project:
|
107
|
-
rubygems_version:
|
93
|
+
rubygems_version: 2.0.14
|
108
94
|
signing_key:
|
109
|
-
specification_version:
|
95
|
+
specification_version: 4
|
110
96
|
summary: Rails plugin for the AppConfig gem.
|
111
97
|
test_files: []
|