let_it_go 0.0.2 → 0.0.3

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: 42a5bb8aaa66d8aff49ee60864cb68e81acd8789
4
- data.tar.gz: 762339fb4d4aa69b3b39d862cd1cb932244d021e
3
+ metadata.gz: 1eecd4784c336e80b5605d70a8c9bca01831158d
4
+ data.tar.gz: 644662af17614bec0e3689caa92e6cdc0685f170
5
5
  SHA512:
6
- metadata.gz: c1145f8bd66dd5a0a8897d80467c0947f0cd7f2ef2f886f97d0660be6b65a6e72d4a02355070fa7fdb2b07844f8cd459fddd29265e01cdb1aea37f726e076dc9
7
- data.tar.gz: 4640afbfe44d014fccefbabd2821bb7126ba9800c456b65f3ee95a47b0db4c18ac34684a0750c706b4e78726fb38af5a7ab3e7e5e9552bd79657a0a1454965d2
6
+ metadata.gz: 0932a1ba8d69b6c1ed40b6346d7d1b96b08544edd6d57c0ee1d97cf55ab0af18c830719c82c791c68bd9068a16f771b973124c8dde14b318db428fffe7776fd1
7
+ data.tar.gz: c38414c653fb82bfa3041e0942cf9fe3547795e152b4c6858e1bccf6d500d4afeea2d94fc74f54830f11d2b94b69f374a59b03d0cc2bde2d8650e4542946d97d
@@ -0,0 +1,3 @@
1
+ ## 0.0.3
2
+
3
+ - Fix uninitialized constant name
@@ -1 +1,2 @@
1
+ require 'pathname'
1
2
  LetItGo.watch_frozen(Pathname, :new, positions: [0])
@@ -1,3 +1,3 @@
1
1
  module LetItGo
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: let_it_go
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - schneems
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-07-21 00:00:00.000000000 Z
11
+ date: 2015-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,6 +69,7 @@ files:
69
69
  - Rakefile
70
70
  - bin/console
71
71
  - bin/setup
72
+ - changelog.md
72
73
  - let_it_go.gemspec
73
74
  - lib/let_it_go.rb
74
75
  - lib/let_it_go/caller_line.rb
@@ -106,4 +107,3 @@ signing_key:
106
107
  specification_version: 4
107
108
  summary: Finds un-frozen string literals in your program
108
109
  test_files: []
109
- has_rdoc: