Skip to content

Commit

Permalink
A hot fix on naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alphamarket committed Apr 1, 2017
1 parent c7558ce commit 5d25380
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
rails-acu (1.1.2)
rails-acu (1.2.1)
rails (~> 5.0.0, >= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/acu/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Acu
VERSION = '1.1.2'
VERSION = '1.2.1'
end
File renamed without changes.
4 changes: 2 additions & 2 deletions acu.gemspec → rails-acu.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")

s.require_paths = ["lib"]

s.add_dependency "rails", "~> 5.0.0", '>= 5.0.0'
end
end
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
require "sprockets/railtie"

Bundler.require(*Rails.groups)
require "acu"
require "rails-acu"

module Dummy
class Application < Rails::Application
Expand Down

0 comments on commit 5d25380

Please sign in to comment.