Skip to content

Commit

Permalink
Rename back to active_touch....
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Pheasey committed Dec 15, 2015
1 parent 6b67ad8 commit c21b6ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:
activetouch (1.0.0)
active_touch (1.0.0)
rails (~> 4.2)

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

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

Expand Down
2 changes: 1 addition & 1 deletion activetouch.gemspec → active_touch.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 = 'activetouch'
spec.name = 'active_touch'
spec.version = ActiveTouch::VERSION
spec.authors = ['Kevin Pheasey']
spec.email = ['[email protected]']
Expand Down

0 comments on commit c21b6ef

Please sign in to comment.