From c21b6efdd13474b3f054fc32560bf3aab96a95af Mon Sep 17 00:00:00 2001 From: Kevin Pheasey Date: Tue, 15 Dec 2015 14:20:01 -0500 Subject: [PATCH] Rename back to active_touch.... --- Gemfile.lock | 4 ++-- activetouch.gemspec => active_touch.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename activetouch.gemspec => active_touch.gemspec (96%) diff --git a/Gemfile.lock b/Gemfile.lock index 6dbdaa8..2eb6d7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - activetouch (1.0.0) + active_touch (1.0.0) rails (~> 4.2) GEM @@ -103,7 +103,7 @@ PLATFORMS ruby DEPENDENCIES - activetouch! + active_touch! bundler (~> 1.10) rake (~> 10.0) diff --git a/activetouch.gemspec b/active_touch.gemspec similarity index 96% rename from activetouch.gemspec rename to active_touch.gemspec index 98d42ed..0c4e195 100644 --- a/activetouch.gemspec +++ b/active_touch.gemspec @@ -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 = ['kevin@kpheasey.com']