admiral 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/admiral.gemspec +1 -1
  2. metadata +2 -3
  3. data/lib/admiral.rb +0 -1
@@ -3,7 +3,7 @@ lib = File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "admiral"
6
- spec.version = '0.0.1'
6
+ spec.version = '0.0.2'
7
7
  spec.authors = ["Peter T. Brown"]
8
8
  spec.email = ["p@ptb.io"]
9
9
  spec.description = %q{A command line tool for wielding cloudformation templates.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admiral
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-03 00:00:00.000000000 Z
12
+ date: 2015-05-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -75,7 +75,6 @@ files:
75
75
  - Rakefile
76
76
  - admiral.gemspec
77
77
  - bin/admiral
78
- - lib/admiral.rb
79
78
  - lib/admiral/base.rb
80
79
  - lib/admiral/cli.rb
81
80
  - spec/test.json
@@ -1 +0,0 @@
1
- require "admiral/version"