session_gem 0.1.12 → 0.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5324ffe3bdad379ffe805ec1a5b9c0ebfe2dd01c6ad4f9fcdc99f6b10076d827
4
- data.tar.gz: 6943159e5b6fa262d7abeac265452ea32a5bac10d691f2cf4f6c6e2b64d619d6
3
+ metadata.gz: acfa25e53e502583c18ba0a5f330a432ff04a4a38e558fa83fa01cccefdd46b7
4
+ data.tar.gz: 666a9d1d0ec2232d0e258186a129beb1923fa36e8538ef2916255472f7a1a681
5
5
  SHA512:
6
- metadata.gz: 1accbe22e9fe4d6374cba2d60b59ec1060e53c5282cb8a347f2a87db4b085108f8f76f0a02c94029ac1869071dbfbf004a3d33dff1f5eec4f70f5592e1de5ada
7
- data.tar.gz: e6a4d206c6941b39f6999941ab0199534fd68a7b8eb9f44bcb5a7fc4de48619cdc80d7ab21811396be307138981376652cfa04fc4552f1201faa50e5cb3602da
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', __dir__)
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'
@@ -1,3 +1,3 @@
1
1
  module SessionGem
2
- VERSION = "0.1.12"
2
+ VERSION = "0.1.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: session_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShravanEssence