annotate_yaml 0.0.3 → 0.0.4

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: f250ace0e7a275aa4aa88857e1fc928b5ba6dd4f
4
- data.tar.gz: 0140c49db858f2f70f2dd52f17052b1f5647c917
3
+ metadata.gz: ef35923c5328d440a4f7a8d75dc677be72d69836
4
+ data.tar.gz: f17add2eb2c7a0223cd597181780530dfeab413d
5
5
  SHA512:
6
- metadata.gz: 3a38d9e5750a221993df700f66e4b5282ac02697959eff2f0616c7acbd59171491423dd9cea6353c735bfefebb0a291da9e16b77cf937e6fa51db12e1d747818
7
- data.tar.gz: 7ffa722bea2d770fa5551ee09b0abc14ab0a2eed9bb169bd7191dc22a40ba5254e6dc3de92334d8ab8d1c318f7263be960846632f4d8a71cbf22181aca0d679e
6
+ metadata.gz: f41e66bf9b19168a36fc8e9f749b53a512f8e77674c45da1a574e4af619eb526840e93fa58911fb5d573078f10da25399d947c46563c219b2d1c195d05a8afb1
7
+ data.tar.gz: 445c18f3d593ea1471d5f62d5c84f9dc9d18f6c7eef9b8cbfc6254f16e6bfefaa2416474fd8dac5ddd38e03c4b6af0d356cae05f18e9b1f5b0b65901a10a98b6
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["urban.pierre@gmail.com"]
11
11
  spec.summary = %q{Annote YAML to annotate your YAML files.}
12
12
  spec.description = %q{Annote YAML to annotate your YAML files}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/purban/annotate_yaml"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module AnnotateYaml
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: annotate_yaml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pierre URBAN
@@ -56,7 +56,7 @@ files:
56
56
  - lib/annotate_yaml/railtie.rb
57
57
  - lib/annotate_yaml/version.rb
58
58
  - lib/tasks/annotate_yaml.rake
59
- homepage: ''
59
+ homepage: https://github.com/purban/annotate_yaml
60
60
  licenses:
61
61
  - MIT
62
62
  metadata: {}