dicker 0.0.1 → 0.0.2

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: 45303fbf7f58a421e68f256a55b88f30ba119d1b
4
- data.tar.gz: 665a7f57a639c2f7a7f184f980cf15db13acf965
3
+ metadata.gz: 8bc684d8ba49a0120d363d387342ee789ad0f3a6
4
+ data.tar.gz: 48fb96293d9ffdddcdeee9549aa7baf6b4c67ba4
5
5
  SHA512:
6
- metadata.gz: 0506d0d7bacbf5f49722d20248383a21f2cd481ddda504427699dc393dcc4f79131d1cc67b78e8f029c0987078777e2374536aa5c9a3a0097573f5e8da3ddc1e
7
- data.tar.gz: f6d3f20886501a3e23636fce25bf374f7974d58d819eb1a0802c893c4daa81c776e92adda68a8051a0f0113abfa8ccacfd0fe93c081b770d8eb0857641f3bc04
6
+ metadata.gz: 8bf7a657d180542694ca38043478cfe8cb4832bcf15f40bf28096862a6e361948303754abd3ddd4172551641303a99897ae68f5fe37427caccb4edeabbbf91ef
7
+ data.tar.gz: 4836d54d808096135ce29ae0f5e34dec36e8c2db91a64ef3a344bd513b3267c2e95f62e96961d665185f182a501e1ba4b142e7070685eaac9c18d73dd17fdb0e
data/.DS_Store ADDED
Binary file
data/Gemfile CHANGED
@@ -1,5 +1,6 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem 'rb-readline'
3
4
  # Specify your gem's dependencies in dicker.gemspec
4
5
  gemspec
5
6
 
data/lib/.DS_Store ADDED
Binary file
@@ -0,0 +1,15 @@
1
+ class Dicker::Build
2
+ def initialize(title)
3
+ @project = title
4
+ end
5
+
6
+ def static
7
+ output = system("git clone git@github.com:banksy89/curtiss.git #{@project}")
8
+ return output
9
+ end
10
+
11
+ def dynamic
12
+ output = system("git clone git@github.com:StormCreative/pegisis.git #{@project}")
13
+ return output
14
+ end
15
+ end
@@ -1,3 +1,3 @@
1
1
  module Dicker
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dicker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashley Banks
@@ -46,6 +46,7 @@ executables:
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - .DS_Store
49
50
  - .gitignore
50
51
  - Gemfile
51
52
  - LICENSE.txt
@@ -53,7 +54,9 @@ files:
53
54
  - Rakefile
54
55
  - bin/dicker
55
56
  - dicker.gemspec
57
+ - lib/.DS_Store
56
58
  - lib/dicker.rb
59
+ - lib/dicker/build.rb
57
60
  - lib/dicker/version.rb
58
61
  homepage: ''
59
62
  licenses: