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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5af86108722c084384cb710942d7cf5d9308f0d7
4
- data.tar.gz: b88a0718f3eda7e96dc3c16e80ee605850e3d276
3
+ metadata.gz: 00f8839cc502389104ff9d07b0806379e80b89a0
4
+ data.tar.gz: 7be83b4e55b5ef9d8f6f3172637db1e7dbbab70a
5
5
  SHA512:
6
- metadata.gz: 741c3549923974c010257baf23b2753ec97873b4468dc905a593179fb7abc1e1535aac2d0b7727371e2d6184bfc1758b5588a7c632beac3da9e6f4139ca05bcd
7
- data.tar.gz: 88b8c97bea1f829b7dc6200e5b10af07605b4492e822936cfc7cf59768e291709719e2bf7bd75568c5676bbc7e320e1943c829668b235040588ae840a5abaf75
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/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).
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
 
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
  Gem::Specification.new do |spec|
3
3
  spec.name = "aws-ec2-dns-name"
4
- spec.version = "0.1.1"
4
+ spec.version = "0.1.2"
5
5
  spec.authors = ["Michikawa Masayoshi"]
6
6
  spec.email = ["michikawa.masayoshi@gmail.com"]
7
7
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "aws_ec2_dns_name"
4
+ require "aws-ec2-dns-name"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
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.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/aws_ec2_dns_name.rb
100
+ - lib/aws-ec2-dns-name.rb
101
101
  homepage: https://github.com/michiomochi/aws-ec2-dns-name
102
102
  licenses:
103
103
  - MIT