git_scratch 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 729fba6ab879e02b640fd0feb428fb3a0b507406
4
- data.tar.gz: 23126b415656f3155f6ef0d111d4207e07bc5afb
3
+ metadata.gz: 6d33086a0ef0c4b30f614ff8f0f9b41d7edef786
4
+ data.tar.gz: 9bb4eab6099cd4f375e98d44bc99e7bf6a3834c4
5
5
  SHA512:
6
- metadata.gz: 5a370d6c56649f3e66411afed03b26ae640f553edd6c501ead20d88b8ed5537081d4b695d234d13ac54f0cd663db46e144dbd7fdc3a1075f749984a95e0a0121
7
- data.tar.gz: 771f2f5ca2881c10fc6f26e73b2aeccdb80f3505b5fd272ef5bb2d86044387d344b73cb39c9f39ee061afc8a5b2065dd7b1773fec25b482834c27b0578018021
6
+ metadata.gz: 98144257a3c00ac6bb41c05b9cba879b8ff60ed9ae86c92a85241462abb475eeb2d06be4a592d77d3b00d80389bb63ab4ddb8912d7d9dc7b3e5b6cc2f1e66afd
7
+ data.tar.gz: 3d02b543036f75c7f8d54e1815572ffe7c73f36108362beeedee3a87fa9f01655fbfdbbf154f66fd78eae5f07771834d1cde1b1934a9e8529582adf14fc4f1f8
@@ -1,4 +1,4 @@
1
- require File.expand_path('../shared/my_methods', File.dirname(__FILE__))
1
+ require File.expand_path('../common/my_methods', File.dirname(__FILE__))
2
2
  module GitScratch
3
3
  module Generators
4
4
  class RenewGenerator < Rails::Generators::Base
@@ -1,3 +1,3 @@
1
1
  module GitScratch
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_scratch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kshitij Yadav