Skip to content

Commit

Permalink
Rename gem from active_touch to activetouch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Pheasey committed Dec 15, 2015
1 parent 42ee14e commit 4355dcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_touch (1.0.0)
activetouch (1.0.0)
rails (>= 4.2)

GEM
Expand Down Expand Up @@ -103,7 +103,7 @@ PLATFORMS
ruby

DEPENDENCIES
active_touch!
activetouch!
bundler (~> 1.10)
rake (~> 10.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A more robust touch for ActiveRecord associations.
Add the gem to your Gemfile:

```ruby
gem 'active_job', '~> 1.0.0'
gem 'activetouch', '~> 1.0.0'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion active_touch.gemspec → activetouch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_touch/version'

Gem::Specification.new do |spec|
spec.name = 'active_touch'
spec.name = 'activetouch'
spec.version = ActiveTouch::VERSION
spec.authors = ['Kevin Pheasey']
spec.email = ['[email protected]']
Expand Down

0 comments on commit 4355dcf

Please sign in to comment.