sinatra_more 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.rdoc +2 -2
  2. data/Rakefile +1 -1
  3. data/VERSION +1 -1
  4. data/sinatra_more.gemspec +4 -4
  5. metadata +2 -2
data/README.rdoc CHANGED
@@ -33,9 +33,9 @@ fork the project if you have any ideas that will help flesh out this project!
33
33
  == Installation
34
34
 
35
35
  This gem has very few runtime dependencies. Primarily, you just need the 'sinatra' gem installed
36
- and right now active_support. If you want to use the WardenPlugin, then you also need the 'warden' gem.
36
+ and right now 'activesupport'. If you want to use the WardenPlugin, then you also need the 'warden' gem.
37
37
 
38
- To install this gem, simply grab the latest version from gemcutter:
38
+ To install sinatra_more, simply grab the latest version from gemcutter:
39
39
 
40
40
  $ sudo gem install sinatra_more --source http://gemcutter.org
41
41
 
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ begin
13
13
  gem.homepage = "http://github.com/nesquena/sinatra_more"
14
14
  gem.authors = ["Nathan Esquenazi"]
15
15
  gem.add_runtime_dependency "sinatra", ">= 0.9.2"
16
- gem.add_runtime_dependency "active_support", ">= 2.2.2"
16
+ gem.add_runtime_dependency "activesupport", ">= 2.2.2"
17
17
  gem.add_runtime_dependency "warden", ">= 0.5.0"
18
18
  gem.add_development_dependency "shoulda", ">= 2.10.2"
19
19
  gem.add_development_dependency "mocha", ">= 0.9.8"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
data/sinatra_more.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra_more}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Nathan Esquenazi"]
@@ -89,7 +89,7 @@ Gem::Specification.new do |s|
89
89
 
90
90
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
91
91
  s.add_runtime_dependency(%q<sinatra>, [">= 0.9.2"])
92
- s.add_runtime_dependency(%q<active_support>, [">= 2.2.2"])
92
+ s.add_runtime_dependency(%q<activesupport>, [">= 2.2.2"])
93
93
  s.add_runtime_dependency(%q<warden>, [">= 0.5.0"])
94
94
  s.add_development_dependency(%q<shoulda>, [">= 2.10.2"])
95
95
  s.add_development_dependency(%q<mocha>, [">= 0.9.8"])
@@ -97,7 +97,7 @@ Gem::Specification.new do |s|
97
97
  s.add_development_dependency(%q<webrat>, [">= 0.5.3"])
98
98
  else
99
99
  s.add_dependency(%q<sinatra>, [">= 0.9.2"])
100
- s.add_dependency(%q<active_support>, [">= 2.2.2"])
100
+ s.add_dependency(%q<activesupport>, [">= 2.2.2"])
101
101
  s.add_dependency(%q<warden>, [">= 0.5.0"])
102
102
  s.add_dependency(%q<shoulda>, [">= 2.10.2"])
103
103
  s.add_dependency(%q<mocha>, [">= 0.9.8"])
@@ -106,7 +106,7 @@ Gem::Specification.new do |s|
106
106
  end
107
107
  else
108
108
  s.add_dependency(%q<sinatra>, [">= 0.9.2"])
109
- s.add_dependency(%q<active_support>, [">= 2.2.2"])
109
+ s.add_dependency(%q<activesupport>, [">= 2.2.2"])
110
110
  s.add_dependency(%q<warden>, [">= 0.5.0"])
111
111
  s.add_dependency(%q<shoulda>, [">= 2.10.2"])
112
112
  s.add_dependency(%q<mocha>, [">= 0.9.8"])
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra_more
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 0.9.2
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: active_support
26
+ name: activesupport
27
27
  type: :runtime
28
28
  version_requirement:
29
29
  version_requirements: !ruby/object:Gem::Requirement