session_gem 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acfa25e53e502583c18ba0a5f330a432ff04a4a38e558fa83fa01cccefdd46b7
|
4
|
+
data.tar.gz: 666a9d1d0ec2232d0e258186a129beb1923fa36e8538ef2916255472f7a1a681
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cadfcd73d0841c03f1e9115f419b279c8374b7738f5d18b747347ea98dd18208242355ca686f29155185e385d660cae6d3aaed2b241b0563e44151643866a3fc
|
7
|
+
data.tar.gz: a3cf546030256eaaeec52c5b1ed8ea46e920b12f58087b6e647f2b0c210466e92229cd1c9a4c83ed6caacde9b6c0f09cb3525116b7868c0e9db99d3fcd52f71c
|
@@ -3,7 +3,7 @@ module SessionGem
|
|
3
3
|
module Generators
|
4
4
|
class SessionGemMigrationGenerator < Rails::Generators::Base
|
5
5
|
include Rails::Generators::Migration
|
6
|
-
source_root File.expand_path('lib/generators/templates',
|
6
|
+
source_root File.expand_path('lib/generators/templates', __FILE__)
|
7
7
|
|
8
8
|
def create_migration_file
|
9
9
|
migration_template 'migration.rb', 'db/migrate/session_gem_migration.rb'
|
data/lib/session_gem/version.rb
CHANGED