wheels 0.0.14 → 0.0.15

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.0.14
1
+ 0.0.15
data/wheels.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{wheels}
8
- s.version = "0.0.14"
8
+ s.version = "0.0.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tyler Gannon"]
@@ -151,8 +151,6 @@ Gem::Specification.new do |s|
151
151
  "public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png",
152
152
  "public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png",
153
153
  "public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css",
154
- "test/helper.rb",
155
- "test/test_wheels.rb",
156
154
  "wheels.gemspec"
157
155
  ]
158
156
  s.homepage = %q{http://github.com/tylergannon/wheels}
@@ -160,10 +158,6 @@ Gem::Specification.new do |s|
160
158
  s.require_paths = ["lib"]
161
159
  s.rubygems_version = %q{1.3.7}
162
160
  s.summary = %q{Generator builds a web site with blog, user profile, etc.}
163
- s.test_files = [
164
- "test/test_wheels.rb",
165
- "test/helper.rb"
166
- ]
167
161
 
168
162
  if s.respond_to? :specification_version then
169
163
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wheels
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 14
10
- version: 0.0.14
9
+ - 15
10
+ version: 0.0.15
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon
@@ -176,8 +176,6 @@ files:
176
176
  - public/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png
177
177
  - public/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png
178
178
  - public/stylesheets/ui-lightness/jquery-ui-1.8.2.custom.css
179
- - test/helper.rb
180
- - test/test_wheels.rb
181
179
  - wheels.gemspec
182
180
  has_rdoc: true
183
181
  homepage: http://github.com/tylergannon/wheels
@@ -213,6 +211,5 @@ rubygems_version: 1.3.7
213
211
  signing_key:
214
212
  specification_version: 3
215
213
  summary: Generator builds a web site with blog, user profile, etc.
216
- test_files:
217
- - test/test_wheels.rb
218
- - test/helper.rb
214
+ test_files: []
215
+
data/test/helper.rb DELETED
@@ -1,10 +0,0 @@
1
- require 'rubygems'
2
- require 'test/unit'
3
- require 'shoulda'
4
-
5
- $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
6
- $LOAD_PATH.unshift(File.dirname(__FILE__))
7
- require 'wheels'
8
-
9
- class Test::Unit::TestCase
10
- end
data/test/test_wheels.rb DELETED
@@ -1,7 +0,0 @@
1
- require 'helper'
2
-
3
- class TestWheels < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end