cbaoth 0.0.6 → 0.0.7

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: 778297b623f7488b6a361ad8ac605b6de563e1a6
4
- data.tar.gz: dc977dc8cbc461de1ae951b361a9a75a30c190d1
3
+ metadata.gz: 1cc88937706a420a864dc40044aa5f7f3be3e908
4
+ data.tar.gz: 3794586d6d468688223bf891e4da59cb5bec3cc3
5
5
  SHA512:
6
- metadata.gz: 06d712d6bd8653313e36dc0c38f9d52e666c09ddc7354a37b670daeac418a44d90f7c3b8fd61b5d30c664ea321dfcc4e8c26c9402742a9802a00059388bcac50
7
- data.tar.gz: 04f04adcdc50fff4941a93207a1ab6d43ea49bd5e5c89a5aa01c4965f8c8d9e7f497ac35876508ab479613b35029b7f2a7fa13bc1b6a6488a607d413bb0cda5b
6
+ metadata.gz: 0d25996d12dc11d66c22e95a55004ec876540df0110bcc30f1bf462784492e309e86484f9179f55f569a536e48ea9c72d2d1c013990cda7135f5344cacbc814d
7
+ data.tar.gz: 8b59c851ee4f54c607bb2f910b5a3ff15f05d0c026942118de1c54b563b99f5878564add719d8f4b541eeca73a4c4bf46dabf12df03c6f40b74d0c833c9c5e95
data/cbaoth.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ovardcj@gmail.com"]
11
11
  spec.description = %q{Gem to create base ruby automation apps from cli.}
12
12
  spec.summary = %q{Gem to create a base ruby automation app from the command line. Simply typing cbaoth my_app_name}
13
- spec.homepage = "https://github.com/covard/ruby_app_generator"
13
+ spec.homepage = "https://github.com/covard/cbaoth"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Cbaoth
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cbaoth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curtis Ovard
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-24 00:00:00.000000000 Z
11
+ date: 2013-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -63,7 +63,7 @@ files:
63
63
  - lib/cbaoth/version.rb
64
64
  - spec/lib/cbaoth_spec.rb
65
65
  - spec/spec_helper.rb
66
- homepage: https://github.com/covard/ruby_app_generator
66
+ homepage: https://github.com/covard/cbaoth
67
67
  licenses:
68
68
  - MIT
69
69
  metadata: {}