annotate_gemfile 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/annotate_gemfile-0.1.0.gem +0 -0
- data/bin/annotate-gemfile +0 -2
- data/lib/annotate_gemfile/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 472bc3f9880832b5a8f3b1488ef86f9caaf59ff2
|
4
|
+
data.tar.gz: 75aa5f11f0b9280a37d4e909bfa709de08f01ec8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88243fe8bde96171ec3a23a83818cb668ddb12ccb84ce0c3ca83bcade81e5373f9013a10d431379ae791a1bc9105828dbc9054ddabd95c3bf5064c215cf65c6d
|
7
|
+
data.tar.gz: 6fa834cab585bd40b2083c6cb74dc09e8d73324c74d84d81bcf335a1caf9592c3ff783aa326d524058d00bb54ade7fe1a5077cf371eb79cea4706b63a26992d4
|
Binary file
|
data/bin/annotate-gemfile
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: annotate_gemfile
|
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
|
- Jake Moffatt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gems
|
@@ -165,6 +165,7 @@ files:
|
|
165
165
|
- Guardfile
|
166
166
|
- README.md
|
167
167
|
- Rakefile
|
168
|
+
- annotate_gemfile-0.1.0.gem
|
168
169
|
- annotate_gemfile.gemspec
|
169
170
|
- bin/annotate-gemfile
|
170
171
|
- bin/console
|