schmobile 0.0.5 → 0.0.6

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/schmobile.rb +1 -0
  3. data/schmobile.gemspec +2 -1
  4. metadata +4 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
data/lib/schmobile.rb ADDED
@@ -0,0 +1 @@
1
+ require 'rack/schmobile'
data/schmobile.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{schmobile}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Morten Primdahl"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "Rakefile",
26
26
  "VERSION",
27
27
  "lib/rack/schmobile.rb",
28
+ "lib/schmobile.rb",
28
29
  "schmobile.gemspec",
29
30
  "test/helper.rb",
30
31
  "test/test_schmobile.rb"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: schmobile
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Morten Primdahl
@@ -114,6 +114,7 @@ files:
114
114
  - Rakefile
115
115
  - VERSION
116
116
  - lib/rack/schmobile.rb
117
+ - lib/schmobile.rb
117
118
  - schmobile.gemspec
118
119
  - test/helper.rb
119
120
  - test/test_schmobile.rb