kaname 0.1.6 → 0.2.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d50d58dba5f9cd9bc3d89ecbe7b2b6a92528d100
4
- data.tar.gz: 93d26cb2c9e9abab17a95870ccccb80d78272a54
3
+ metadata.gz: 1b179a8780862a317865a41c2f465fdc1b6fd4cc
4
+ data.tar.gz: 087355e6ceafdae9aa47b3e771115dee9e8d09f9
5
5
  SHA512:
6
- metadata.gz: a21acd13505b7d1008bd8337203366c6d59f607f0ec4aa124ee9db94ba684b1184abd2e203f8a87a4201bf55b8d34d9eb8f314834c45b89f7c3a05b51e603b09
7
- data.tar.gz: 1adfe08e54ab6f08bb53babdb44ac3d4c441e7c81297c292a5d573a2932c547c42273fad70b599c22b13f139b0053370a4fb76dd675246889407e976141bb717
6
+ metadata.gz: bf9c89598d82da75808708a5ae04ee82ed4d5a39af5652bb27d2b31f701ea02c9b0ac5c0be22acc41720d56e5663781160206fa765bb9d74a8ed178bfd099a3c
7
+ data.tar.gz: 37a77446da38a9e8ee752f5d80bfaa745b0ae22189e51d718ca7249c5cc06311f6aa78ce3b17d1cbc2fa93142f6386bf58d6116b125e426529f485061597d3d0
data/README.md CHANGED
@@ -61,7 +61,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
61
61
 
62
62
  ## Contributing
63
63
 
64
- 1. Fork it ( https://github.com/[my-github-username]/kaname/fork )
64
+ 1. Fork it ( https://github.com/hsbt/kaname/fork )
65
65
  2. Create your feature branch (`git checkout -b my-new-feature`)
66
66
  3. Commit your changes (`git commit -am 'Add some feature'`)
67
67
  4. Push to the branch (`git push origin my-new-feature`)
data/lib/kaname/cli.rb CHANGED
@@ -6,7 +6,7 @@ require 'diffy'
6
6
 
7
7
  module Kaname
8
8
  class CLI < Thor
9
- option :dryrun, type: :boolean, aliases: "-d", default: true
9
+ option :dryrun, type: :boolean
10
10
  desc 'apply', 'Commands about configuration apply'
11
11
  def apply
12
12
  adapter = if options[:dryrun]
@@ -1,3 +1,3 @@
1
1
  module Kaname
2
- VERSION = "0.1.6"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kaname
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - SHIBATA Hiroshi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-08 00:00:00.000000000 Z
11
+ date: 2015-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog