configvars_rails 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  source "http://rubygems.org"
2
- gem "rails", ">= 3.0.0"
2
+ gem "rails", ">= 3.1.0.rc4"
3
3
 
4
4
  group :development do
5
5
  gem "bundler", "~> 1.0.0"
data/Gemfile.lock CHANGED
@@ -1,75 +1,91 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- abstract (1.0.0)
5
- actionmailer (3.0.7)
6
- actionpack (= 3.0.7)
7
- mail (~> 2.2.15)
8
- actionpack (3.0.7)
9
- activemodel (= 3.0.7)
10
- activesupport (= 3.0.7)
11
- builder (~> 2.1.2)
12
- erubis (~> 2.6.6)
13
- i18n (~> 0.5.0)
14
- rack (~> 1.2.1)
15
- rack-mount (~> 0.6.14)
16
- rack-test (~> 0.5.7)
17
- tzinfo (~> 0.3.23)
18
- activemodel (3.0.7)
19
- activesupport (= 3.0.7)
20
- builder (~> 2.1.2)
21
- i18n (~> 0.5.0)
22
- activerecord (3.0.7)
23
- activemodel (= 3.0.7)
24
- activesupport (= 3.0.7)
25
- arel (~> 2.0.2)
26
- tzinfo (~> 0.3.23)
27
- activeresource (3.0.7)
28
- activemodel (= 3.0.7)
29
- activesupport (= 3.0.7)
30
- activesupport (3.0.7)
31
- arel (2.0.9)
32
- builder (2.1.2)
33
- erubis (2.6.6)
34
- abstract (>= 1.0.0)
4
+ actionmailer (3.1.0.rc4)
5
+ actionpack (= 3.1.0.rc4)
6
+ mail (~> 2.3.0)
7
+ actionpack (3.1.0.rc4)
8
+ activemodel (= 3.1.0.rc4)
9
+ activesupport (= 3.1.0.rc4)
10
+ builder (~> 3.0.0)
11
+ erubis (~> 2.7.0)
12
+ i18n (~> 0.6)
13
+ rack (~> 1.3.0)
14
+ rack-cache (~> 1.0.1)
15
+ rack-mount (~> 0.8.1)
16
+ rack-test (~> 0.6.0)
17
+ sprockets (~> 2.0.0.beta.10)
18
+ tzinfo (~> 0.3.27)
19
+ activemodel (3.1.0.rc4)
20
+ activesupport (= 3.1.0.rc4)
21
+ bcrypt-ruby (~> 2.1.4)
22
+ builder (~> 3.0.0)
23
+ i18n (~> 0.6)
24
+ activerecord (3.1.0.rc4)
25
+ activemodel (= 3.1.0.rc4)
26
+ activesupport (= 3.1.0.rc4)
27
+ arel (~> 2.1.1)
28
+ tzinfo (~> 0.3.27)
29
+ activeresource (3.1.0.rc4)
30
+ activemodel (= 3.1.0.rc4)
31
+ activesupport (= 3.1.0.rc4)
32
+ activesupport (3.1.0.rc4)
33
+ multi_json (~> 1.0)
34
+ arel (2.1.3)
35
+ bcrypt-ruby (2.1.4)
36
+ builder (3.0.0)
37
+ erubis (2.7.0)
35
38
  git (1.2.5)
36
- i18n (0.5.0)
37
- jeweler (1.6.0)
38
- bundler (~> 1.0.0)
39
+ hike (1.1.0)
40
+ i18n (0.6.0)
41
+ jeweler (1.6.2)
42
+ bundler (~> 1.0)
39
43
  git (>= 1.2.5)
40
44
  rake
41
- mail (2.2.19)
42
- activesupport (>= 2.3.6)
45
+ mail (2.3.0)
43
46
  i18n (>= 0.4.0)
44
47
  mime-types (~> 1.16)
45
48
  treetop (~> 1.4.8)
46
49
  mime-types (1.16)
50
+ multi_json (1.0.3)
47
51
  polyglot (0.3.1)
48
- rack (1.2.2)
49
- rack-mount (0.6.14)
52
+ rack (1.3.0)
53
+ rack-cache (1.0.2)
54
+ rack (>= 0.4)
55
+ rack-mount (0.8.1)
50
56
  rack (>= 1.0.0)
51
- rack-test (0.5.7)
57
+ rack-ssl (1.3.2)
58
+ rack
59
+ rack-test (0.6.0)
52
60
  rack (>= 1.0)
53
- rails (3.0.7)
54
- actionmailer (= 3.0.7)
55
- actionpack (= 3.0.7)
56
- activerecord (= 3.0.7)
57
- activeresource (= 3.0.7)
58
- activesupport (= 3.0.7)
61
+ rails (3.1.0.rc4)
62
+ actionmailer (= 3.1.0.rc4)
63
+ actionpack (= 3.1.0.rc4)
64
+ activerecord (= 3.1.0.rc4)
65
+ activeresource (= 3.1.0.rc4)
66
+ activesupport (= 3.1.0.rc4)
59
67
  bundler (~> 1.0)
60
- railties (= 3.0.7)
61
- railties (3.0.7)
62
- actionpack (= 3.0.7)
63
- activesupport (= 3.0.7)
68
+ railties (= 3.1.0.rc4)
69
+ railties (3.1.0.rc4)
70
+ actionpack (= 3.1.0.rc4)
71
+ activesupport (= 3.1.0.rc4)
72
+ rack-ssl (~> 1.3.2)
64
73
  rake (>= 0.8.7)
65
- thor (~> 0.14.4)
66
- rake (0.8.7)
74
+ rdoc (~> 3.4)
75
+ thor (~> 0.14.6)
76
+ rake (0.9.2)
67
77
  rcov (0.9.9)
78
+ rdoc (3.8)
79
+ sprockets (2.0.0.beta.10)
80
+ hike (~> 1.0)
81
+ rack (~> 1.0)
82
+ tilt (!= 1.3.0, ~> 1.1)
68
83
  sqlite3 (1.3.3)
69
84
  thor (0.14.6)
85
+ tilt (1.3.2)
70
86
  treetop (1.4.9)
71
87
  polyglot (>= 0.3.1)
72
- tzinfo (0.3.27)
88
+ tzinfo (0.3.29)
73
89
 
74
90
  PLATFORMS
75
91
  ruby
@@ -77,6 +93,6 @@ PLATFORMS
77
93
  DEPENDENCIES
78
94
  bundler (~> 1.0.0)
79
95
  jeweler (~> 1.6.0)
80
- rails (>= 3.0.0)
96
+ rails (>= 3.1.0.rc4)
81
97
  rcov
82
98
  sqlite3 (>= 1.3.3)
data/Rakefile CHANGED
@@ -33,7 +33,7 @@ end
33
33
 
34
34
  task :default => :test
35
35
 
36
- require 'rake/rdoctask'
36
+ require 'rdoc/task'
37
37
  Rake::RDocTask.new do |rdoc|
38
38
  version = File.exist?('VERSION') ? File.read('VERSION') : ""
39
39
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.4
1
+ 0.4.5
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{configvars_rails}
8
- s.version = "0.4.4"
8
+ s.version = "0.4.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Victor Costan}]
12
- s.date = %q{2011-05-15}
12
+ s.date = %q{2011-06-30}
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.}
@@ -63,27 +63,27 @@ Gem::Specification.new do |s|
63
63
  s.homepage = %q{http://github.com/pwnall/configvars_rails}
64
64
  s.licenses = [%q{MIT}]
65
65
  s.require_paths = [%q{lib}]
66
- s.rubygems_version = %q{1.8.2}
66
+ s.rubygems_version = %q{1.8.4}
67
67
  s.summary = %q{Global configuration variables for Rails 3 applications.}
68
68
 
69
69
  if s.respond_to? :specification_version then
70
70
  s.specification_version = 3
71
71
 
72
72
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
73
- s.add_runtime_dependency(%q<rails>, [">= 3.0.0"])
73
+ s.add_runtime_dependency(%q<rails>, [">= 3.1.0.rc4"])
74
74
  s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
75
75
  s.add_development_dependency(%q<jeweler>, ["~> 1.6.0"])
76
76
  s.add_development_dependency(%q<rcov>, [">= 0"])
77
77
  s.add_development_dependency(%q<sqlite3>, [">= 1.3.3"])
78
78
  else
79
- s.add_dependency(%q<rails>, [">= 3.0.0"])
79
+ s.add_dependency(%q<rails>, [">= 3.1.0.rc4"])
80
80
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
81
81
  s.add_dependency(%q<jeweler>, ["~> 1.6.0"])
82
82
  s.add_dependency(%q<rcov>, [">= 0"])
83
83
  s.add_dependency(%q<sqlite3>, [">= 1.3.3"])
84
84
  end
85
85
  else
86
- s.add_dependency(%q<rails>, [">= 3.0.0"])
86
+ s.add_dependency(%q<rails>, [">= 3.1.0.rc4"])
87
87
  s.add_dependency(%q<bundler>, ["~> 1.0.0"])
88
88
  s.add_dependency(%q<jeweler>, ["~> 1.6.0"])
89
89
  s.add_dependency(%q<rcov>, [">= 0"])
@@ -5,18 +5,6 @@ require 'rails'
5
5
  module ConfigvarsRails
6
6
 
7
7
  class Engine < Rails::Engine
8
- paths.app = "app"
9
- paths.app.controllers = "app/controllers"
10
- paths.app.helpers = "app/helpers"
11
- paths.app.models = "app/models"
12
- paths.app.views = "app/views"
13
- # paths.lib = "lib"
14
- # paths.lib.tasks = "lib/tasks"
15
- # paths.config = "config"
16
- # paths.config.initializers = "config/initializers"
17
- # paths.config.locales = "config/locales"
18
- # paths.config.routes = "config/routes.rb"
19
-
20
8
  generators do
21
9
  require 'configvars_rails/generators/all_generator.rb'
22
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configvars_rails
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 4
10
- version: 0.4.4
9
+ - 5
10
+ version: 0.4.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan
@@ -15,26 +15,29 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-05-15 00:00:00 Z
18
+ date: 2011-06-30 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
- version_requirements: &id001 !ruby/object:Gem::Requirement
21
+ type: :runtime
22
+ requirement: &id001 !ruby/object:Gem::Requirement
22
23
  none: false
23
24
  requirements:
24
25
  - - ">="
25
26
  - !ruby/object:Gem::Version
26
- hash: 7
27
+ hash: 15424109
27
28
  segments:
28
29
  - 3
30
+ - 1
29
31
  - 0
30
- - 0
31
- version: 3.0.0
32
- type: :runtime
33
- requirement: *id001
32
+ - rc
33
+ - 4
34
+ version: 3.1.0.rc4
34
35
  prerelease: false
36
+ version_requirements: *id001
35
37
  name: rails
36
38
  - !ruby/object:Gem::Dependency
37
- version_requirements: &id002 !ruby/object:Gem::Requirement
39
+ type: :development
40
+ requirement: &id002 !ruby/object:Gem::Requirement
38
41
  none: false
39
42
  requirements:
40
43
  - - ~>
@@ -45,12 +48,12 @@ dependencies:
45
48
  - 0
46
49
  - 0
47
50
  version: 1.0.0
48
- type: :development
49
- requirement: *id002
50
51
  prerelease: false
52
+ version_requirements: *id002
51
53
  name: bundler
52
54
  - !ruby/object:Gem::Dependency
53
- version_requirements: &id003 !ruby/object:Gem::Requirement
55
+ type: :development
56
+ requirement: &id003 !ruby/object:Gem::Requirement
54
57
  none: false
55
58
  requirements:
56
59
  - - ~>
@@ -61,12 +64,12 @@ dependencies:
61
64
  - 6
62
65
  - 0
63
66
  version: 1.6.0
64
- type: :development
65
- requirement: *id003
66
67
  prerelease: false
68
+ version_requirements: *id003
67
69
  name: jeweler
68
70
  - !ruby/object:Gem::Dependency
69
- version_requirements: &id004 !ruby/object:Gem::Requirement
71
+ type: :development
72
+ requirement: &id004 !ruby/object:Gem::Requirement
70
73
  none: false
71
74
  requirements:
72
75
  - - ">="
@@ -75,12 +78,12 @@ dependencies:
75
78
  segments:
76
79
  - 0
77
80
  version: "0"
78
- type: :development
79
- requirement: *id004
80
81
  prerelease: false
82
+ version_requirements: *id004
81
83
  name: rcov
82
84
  - !ruby/object:Gem::Dependency
83
- version_requirements: &id005 !ruby/object:Gem::Requirement
85
+ type: :development
86
+ requirement: &id005 !ruby/object:Gem::Requirement
84
87
  none: false
85
88
  requirements:
86
89
  - - ">="
@@ -91,9 +94,8 @@ dependencies:
91
94
  - 3
92
95
  - 3
93
96
  version: 1.3.3
94
- type: :development
95
- requirement: *id005
96
97
  prerelease: false
98
+ version_requirements: *id005
97
99
  name: sqlite3
98
100
  description: |-
99
101
  This gem provides a model and simple controller for
@@ -177,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
179
  requirements: []
178
180
 
179
181
  rubyforge_project:
180
- rubygems_version: 1.8.2
182
+ rubygems_version: 1.8.4
181
183
  signing_key:
182
184
  specification_version: 3
183
185
  summary: Global configuration variables for Rails 3 applications.