source_code 0.1.0 → 0.1.1

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: 080857cf33712695b75867d48f5d7a7cb91d5625
4
- data.tar.gz: a156f094ec57b044ca6cc38b71596c14f96154b9
3
+ metadata.gz: b1750f794d3604ff2625e42594fa8a4ce4136e64
4
+ data.tar.gz: c9352e5f9a173517db180d4fe282eaaf951dec85
5
5
  SHA512:
6
- metadata.gz: f0ae5a82f3699aca26b670ca4c816af8b5312eefc8a1b46eb511d7657f0fd586bca49e6382d2791769393a0fb787e4164e7681b0f4e9c5df1c2fe81cbcdb006a
7
- data.tar.gz: 826c4981f89378dc8ef28c525d9708720257e5c9cec5740f90c804ec7fa0584ba438e7947afc875fe66227a55bcf23274252556a45ee633fddb75275957ad5c4
6
+ metadata.gz: a18907d7d6d30bbde1725fc22c099359634b3be1ebb7ab55da6362c00e769d45d853a01affc7ee591f5510255ba026d8d70e93f79e32924f756c30ea4f7bd7d6
7
+ data.tar.gz: e3a141e7e07eb5da1fb65c3261b81e2d52c12c09033f894217671cf51ef50a8ef2815146634c8c44747e57082f8718cd71a99f8a68cff718a409465309690548
@@ -1,3 +1,3 @@
1
1
  module SourceCode
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/source_code.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["darren@cauthon.com"]
11
11
  spec.summary = %q{Add a source_location to method, allowing you to see the source code.}
12
12
  spec.description = %q{Add a source_location to method, allowing you to see the source code.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://www.github.com/darrencauthon/source_code"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: source_code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon
@@ -57,7 +57,7 @@ files:
57
57
  - source_code.gemspec
58
58
  - spec/source_code/monkey_patch_spec.rb
59
59
  - spec/spec_helper.rb
60
- homepage: ''
60
+ homepage: https://www.github.com/darrencauthon/source_code
61
61
  licenses:
62
62
  - MIT
63
63
  metadata: {}