Skip to content

Commit

Permalink
[skip] Fixed path to version file (1m)
Browse files Browse the repository at this point in the history
  • Loading branch information
boblail committed Aug 7, 2014
1 parent 8170776 commit e0ae9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/neat/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Neat
module Rails
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end
4 changes: 3 additions & 1 deletion neat-rails.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'neat-rails/version'
require 'neat/rails/version'

Gem::Specification.new do |gem|
gem.name = "neat-rails"
Expand All @@ -16,4 +16,6 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_development_dependency "rake"
end

0 comments on commit e0ae9a0

Please sign in to comment.