configvars_rails 0.3.0 → 0.3.1
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/configvars_rails.gemspec +5 -5
- metadata +4 -10
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ begin
|
|
|
12
12
|
gem.email = "victor@costan.us"
|
|
13
13
|
gem.homepage = "http://github.com/pwnall/configvars_rails"
|
|
14
14
|
gem.authors = ["Victor Costan"]
|
|
15
|
-
gem.add_runtime_dependency "rails", ">= 3.0.0
|
|
15
|
+
gem.add_runtime_dependency "rails", ">= 3.0.0"
|
|
16
16
|
gem.add_development_dependency "sqlite3-ruby", ">= 1.3.0"
|
|
17
17
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
18
18
|
end
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
data/configvars_rails.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{configvars_rails}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Victor Costan"]
|
|
12
|
-
s.date = %q{2010-
|
|
12
|
+
s.date = %q{2010-09-02}
|
|
13
13
|
s.description = %q{This gem provides a model and simple controller for
|
|
14
14
|
storing global application configuration in a database. This allows the
|
|
15
15
|
configuration to change without source code modifications.}
|
|
@@ -76,14 +76,14 @@ Gem::Specification.new do |s|
|
|
|
76
76
|
s.specification_version = 3
|
|
77
77
|
|
|
78
78
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
79
|
-
s.add_runtime_dependency(%q<rails>, [">= 3.0.0
|
|
79
|
+
s.add_runtime_dependency(%q<rails>, [">= 3.0.0"])
|
|
80
80
|
s.add_development_dependency(%q<sqlite3-ruby>, [">= 1.3.0"])
|
|
81
81
|
else
|
|
82
|
-
s.add_dependency(%q<rails>, [">= 3.0.0
|
|
82
|
+
s.add_dependency(%q<rails>, [">= 3.0.0"])
|
|
83
83
|
s.add_dependency(%q<sqlite3-ruby>, [">= 1.3.0"])
|
|
84
84
|
end
|
|
85
85
|
else
|
|
86
|
-
s.add_dependency(%q<rails>, [">= 3.0.0
|
|
86
|
+
s.add_dependency(%q<rails>, [">= 3.0.0"])
|
|
87
87
|
s.add_dependency(%q<sqlite3-ruby>, [">= 1.3.0"])
|
|
88
88
|
end
|
|
89
89
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: configvars_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash: 19
|
|
5
4
|
prerelease: false
|
|
6
5
|
segments:
|
|
7
6
|
- 0
|
|
8
7
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.3.1
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- Victor Costan
|
|
@@ -15,7 +14,7 @@ autorequire:
|
|
|
15
14
|
bindir: bin
|
|
16
15
|
cert_chain: []
|
|
17
16
|
|
|
18
|
-
date: 2010-
|
|
17
|
+
date: 2010-09-02 00:00:00 -07:00
|
|
19
18
|
default_executable:
|
|
20
19
|
dependencies:
|
|
21
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -26,13 +25,11 @@ dependencies:
|
|
|
26
25
|
requirements:
|
|
27
26
|
- - ">="
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
|
-
hash: 7712042
|
|
30
28
|
segments:
|
|
31
29
|
- 3
|
|
32
30
|
- 0
|
|
33
31
|
- 0
|
|
34
|
-
|
|
35
|
-
version: 3.0.0.rc
|
|
32
|
+
version: 3.0.0
|
|
36
33
|
type: :runtime
|
|
37
34
|
version_requirements: *id001
|
|
38
35
|
- !ruby/object:Gem::Dependency
|
|
@@ -43,7 +40,6 @@ dependencies:
|
|
|
43
40
|
requirements:
|
|
44
41
|
- - ">="
|
|
45
42
|
- !ruby/object:Gem::Version
|
|
46
|
-
hash: 27
|
|
47
43
|
segments:
|
|
48
44
|
- 1
|
|
49
45
|
- 3
|
|
@@ -111,7 +107,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
111
107
|
requirements:
|
|
112
108
|
- - ">="
|
|
113
109
|
- !ruby/object:Gem::Version
|
|
114
|
-
hash: 3
|
|
115
110
|
segments:
|
|
116
111
|
- 0
|
|
117
112
|
version: "0"
|
|
@@ -120,7 +115,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
115
|
requirements:
|
|
121
116
|
- - ">="
|
|
122
117
|
- !ruby/object:Gem::Version
|
|
123
|
-
hash: 3
|
|
124
118
|
segments:
|
|
125
119
|
- 0
|
|
126
120
|
version: "0"
|