sinatra_more 0.3.32 → 0.3.33

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.32
1
+ 0.3.33
@@ -3,6 +3,7 @@ module SinatraMore
3
3
 
4
4
  def setup_script
5
5
  get("http://rightjs.org/builds/current/right-min.js", "public/javascripts/right-min.js")
6
+ get("http://rightjs.org/builds/current/right-olds-min.js", "public/javascripts/right-olds-min.js")
6
7
  end
7
8
 
8
9
  end
data/sinatra_more.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra_more}
8
- s.version = "0.3.32"
8
+ s.version = "0.3.33"
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"]
12
- s.date = %q{2010-01-03}
12
+ s.date = %q{2010-01-07}
13
13
  s.default_executable = %q{sinatra_gen}
14
14
  s.description = %q{Expands sinatra with standard helpers and tools to allow for complex applications}
15
15
  s.email = %q{nesquena@gmail.com}
@@ -147,6 +147,7 @@ class TestSkeletonGenerator < Test::Unit::TestCase
147
147
  buffer = silence_logger { SinatraMore::SkeletonGenerator.start(['sample_app', '/tmp', '--script=rightjs']) }
148
148
  assert_match /Applying.*?rightjs.*?script/, buffer
149
149
  assert File.exist?('/tmp/sample_app/public/javascripts/right-min.js')
150
+ assert File.exist?('/tmp/sample_app/public/javascripts/right-olds-min.js')
150
151
  end
151
152
  end
152
153
 
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.3.32
4
+ version: 0.3.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-03 00:00:00 -08:00
12
+ date: 2010-01-07 00:00:00 -08:00
13
13
  default_executable: sinatra_gen
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency