tworgy-rails-ext 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -45,3 +45,8 @@ Rake::RDocTask.new do |rdoc|
45
45
  rdoc.rdoc_files.include('lib/**/*.rb')
46
46
  end
47
47
 
48
+ task :goodness do
49
+ `rake gemspec`
50
+ `rake gemcutter:release`
51
+ end
52
+
data/VERSION.yml CHANGED
@@ -2,4 +2,4 @@
2
2
  :major: 0
3
3
  :minor: 1
4
4
  :build:
5
- :patch: 6
5
+ :patch: 7
data/init.rb CHANGED
@@ -1,2 +1 @@
1
- require 'tworgy/rails_ext'
2
- require 'tworgy/recursively'
1
+ require 'rails_ext'
data/spec/spec_helper.rb CHANGED
@@ -1,14 +1,9 @@
1
1
  require 'spec'
2
2
 
3
- require 'rubygems'
4
- gem 'rails'
5
- gem 'activesupport'
6
-
7
3
  $LOAD_PATH.unshift(File.dirname(__FILE__))
8
4
  $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
9
5
 
10
- require 'tworgy/rails_ext'
11
- require 'tworgy/recursively'
6
+ require 'rails_ext'
12
7
 
13
8
  Spec::Runner.configure do |config|
14
9
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{tworgy-rails-ext}
8
- s.version = "0.1.6"
8
+ s.version = "0.1.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Mat Holroyd"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tworgy-rails-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mat Holroyd