racko 500.0.0 → 1000.0.0

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.
Files changed (5) hide show
  1. data/VERSION +1 -1
  2. data/lib/racko.rb +1 -0
  3. data/racko.gemspec +4 -3
  4. metadata +2 -2
  5. data/init.rb +0 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 500.0.0
1
+ 1000.0.0
data/lib/racko.rb ADDED
@@ -0,0 +1 @@
1
+ require File.dirname(__FILE__) + "/lib/rack/o"
data/racko.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{racko}
8
- s.version = "500.0.0"
8
+ s.version = "1000.0.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrea Franz"]
@@ -19,9 +19,10 @@ Gem::Specification.new do |s|
19
19
  "MIT-LICENSE",
20
20
  "README",
21
21
  "Rakefile",
22
+ "VERSION",
22
23
  "images/racko.png",
23
- "init.rb",
24
- "lib/rack/o.rb"
24
+ "lib/rack/o.rb",
25
+ "racko.gemspec"
25
26
  ]
26
27
  s.homepage = %q{http://github.com/pilu/racko}
27
28
  s.require_paths = ["lib"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: racko
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 500.0.0
5
+ version: 1000.0.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andrea Franz
@@ -28,8 +28,8 @@ files:
28
28
  - Rakefile
29
29
  - VERSION
30
30
  - images/racko.png
31
- - init.rb
32
31
  - lib/rack/o.rb
32
+ - lib/racko.rb
33
33
  - racko.gemspec
34
34
  has_rdoc: true
35
35
  homepage: http://github.com/pilu/racko
data/init.rb DELETED
@@ -1,2 +0,0 @@
1
- # Include hook code here
2
- require File.dirname(__FILE__) + "/lib/rack/o"