deathnote 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: ff1992993b2ffb3d3bff206c922aed61df172b72
4
- data.tar.gz: 229c58189b2ff5c339edfccbeafd9abb392975e6
3
+ metadata.gz: aace6c940d670c1700c32532632916f75834e6a4
4
+ data.tar.gz: 1e893719ecce68a97a653986fd3620d30e8b727a
5
5
  SHA512:
6
- metadata.gz: d14035c3ca967ca2689159c1d59dd73b698bd9521c172727bb95959c6163336403dd4c319ca97c342e5ffcb3530723d6a96e6fadeb28c9d2c8e694c169ee1d6d
7
- data.tar.gz: 101d59c1a2bd001a5f12c894ec25a397d7ee3d1103d4558037f521ae478cc0372cac06e1ed1ab15f90fcf2daba70c2bbff5267bfd93a91c21815935c96f38a8a
6
+ metadata.gz: be562a1ea30194c70705c10f2613850d86d4e1ddfee73e0d36b633c2968ef06d44631018797e8b5dcee652e832a3170026fdbacabf2944a082b154a9e26df24d
7
+ data.tar.gz: cf8a5bdb76205993c26dec21a815b6b882697f4ea5bd59497c28400de19bdebb8e7a707b6789ca1ddc908c846854ce7d80811d756df7f3ba6527514b9eca66e8
data/lib/deathnote.rb CHANGED
@@ -40,7 +40,6 @@ module Deathnote
40
40
  exit
41
41
  end
42
42
  opts.on('-p[commit hash]', '--past-commit=[commit hash]', 'Specify past commit hash.') do |past_commit|
43
- p past_commit
44
43
  options[:past_commit] = past_commit
45
44
  end
46
45
  opts.on('-n[commit hash]', '--newer-commit=[commit hash]', 'Specify newer commit hash.') do |newer_commit|
@@ -1,3 +1,3 @@
1
1
  module Deathnote
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deathnote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shia