cbaoth 0.0.2 → 0.0.3

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: 68704455909ea7e108851f70a6d947745647232d
4
- data.tar.gz: 708213cbc735d928d8a9c9e284426d3a07c5b9c7
3
+ metadata.gz: fc2a9bc51e34b7582609affe450a7120e0f1a003
4
+ data.tar.gz: 3587159e05719054fb632f3bf173ce3d6504de67
5
5
  SHA512:
6
- metadata.gz: 50817c6b64c3c59809717155cf624be76ecc6d6239417f5704fec417b45846de0ddc5b91cb53c179bf36eb58107c430ed4e1d5978b7d1656aa25097770920e9d
7
- data.tar.gz: 5303ad67e22741b26cc8b99918b9570e4090cbfecf182ddb65a9179b96295b7e4d49b82537a3c764a59b2f79421cbf8ca0e4ae4b52e5bfeba81cd0144529ee76
6
+ metadata.gz: fa8d17cb277792619c2c6a98ed5fff2169db40794ed8bd879c67f90f440594b37acff90d83d7d56c70e0bfb764b361bb5520a0a5a28a7a99d2b3d0b984bdbe9c
7
+ data.tar.gz: 734b1c3a5dbdfb78ce898c19a7402f5a4383ca241164d94936e26d3c5bbdcbb0a4625a352a192130a15c893b4a55a90c5288c18e463511c6d48ce55eb519065f
@@ -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/cbaoth"
13
+ spec.homepage = "https://github.com/covard/ruby_app_generator"
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.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cbaoth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Curtis Ovard
@@ -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/cbaoth
66
+ homepage: https://github.com/covard/ruby_app_generator
67
67
  licenses:
68
68
  - MIT
69
69
  metadata: {}