aws-ec2-dns-name 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/aws-ec2-dns-name.gemspec +1 -1
- data/bin/console +1 -1
- data/lib/{aws_ec2_dns_name.rb → aws-ec2-dns-name.rb} +0 -0
- 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: 00f8839cc502389104ff9d07b0806379e80b89a0
|
4
|
+
data.tar.gz: 7be83b4e55b5ef9d8f6f3172637db1e7dbbab70a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11af396adbbd4e6d722b0eb93577701e8078b809ad4fe9baca88d177fb26b77deb4b87ed02d7fb5f5e2693a7811b959825475a6b388609bcd3f6796b9528bce8
|
7
|
+
data.tar.gz: 327ce6643f0b11c68df6e78e8dd7052f724e32f9fada0691bf53a5a3fbf9717a4fd97c46dfaa641d975886fc27f7088e64926e78d3f746ed5ea04174c475575f
|
data/README.md
CHANGED
@@ -24,7 +24,7 @@ TODO: Write usage instructions here
|
|
24
24
|
|
25
25
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
26
26
|
|
27
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `lib/
|
27
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `lib/aws-ec2-dns-name.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
28
28
|
|
29
29
|
## Contributing
|
30
30
|
|
data/aws-ec2-dns-name.gemspec
CHANGED
data/bin/console
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-ec2-dns-name
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michikawa Masayoshi
|
@@ -97,7 +97,7 @@ files:
|
|
97
97
|
- aws-ec2-dns-name.gemspec
|
98
98
|
- bin/console
|
99
99
|
- bin/setup
|
100
|
-
- lib/
|
100
|
+
- lib/aws-ec2-dns-name.rb
|
101
101
|
homepage: https://github.com/michiomochi/aws-ec2-dns-name
|
102
102
|
licenses:
|
103
103
|
- MIT
|