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 +4 -4
- data/cbaoth.gemspec +1 -1
- data/lib/cbaoth/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cc88937706a420a864dc40044aa5f7f3be3e908
|
4
|
+
data.tar.gz: 3794586d6d468688223bf891e4da59cb5bec3cc3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
13
|
+
spec.homepage = "https://github.com/covard/cbaoth"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/lib/cbaoth/version.rb
CHANGED
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.
|
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-
|
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/
|
66
|
+
homepage: https://github.com/covard/cbaoth
|
67
67
|
licenses:
|
68
68
|
- MIT
|
69
69
|
metadata: {}
|