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 +4 -4
- data/lib/source_code/version.rb +1 -1
- data/source_code.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1750f794d3604ff2625e42594fa8a4ce4136e64
|
4
|
+
data.tar.gz: c9352e5f9a173517db180d4fe282eaaf951dec85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a18907d7d6d30bbde1725fc22c099359634b3be1ebb7ab55da6362c00e769d45d853a01affc7ee591f5510255ba026d8d70e93f79e32924f756c30ea4f7bd7d6
|
7
|
+
data.tar.gz: e3a141e7e07eb5da1fb65c3261b81e2d52c12c09033f894217671cf51ef50a8ef2815146634c8c44747e57082f8718cd71a99f8a68cff718a409465309690548
|
data/lib/source_code/version.rb
CHANGED
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.
|
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: {}
|