jack-eb 0.0.9 → 0.1.0

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: 0b42806f99aa21018cdc2ba15165568982ea5e33
4
- data.tar.gz: 45ce60cf95cfc8beea67a41dd604ec90e8121e96
3
+ metadata.gz: 7d9324c0eb524a765bc487bb98a2a48ea4dd5127
4
+ data.tar.gz: 6e0b753e2136ca623bc54fb17ba50c943f8b63be
5
5
  SHA512:
6
- metadata.gz: f81a1908e5f2fd064c6908f90f23c4d80220ce37f8f85ce696202b878b9bbf6b4f59d6abc70d48b09a92cad715998fe96056950712795280cc1e32854d6747f0
7
- data.tar.gz: e5245a9d74159e6c4d28c879b2c8bd5a7d95f0630d767b269bf2dea68a4a0dc10e72531ee2d967200517b568490e9190a22a2f69305cff40108a90dc7b15c1fd
6
+ metadata.gz: 5f25f836d5f2de52f79e21876142f171078d42889685a1924f815c7819fc014cf1168dc41372eb4023b1dbf35a0a8a8010d45f297986221847221c9899901704
7
+ data.tar.gz: 166e9dd92af73142075c57b9467a0755d19e0b7698aea9895c0481bc803c72eb203351a048d7eae7b1467378ef59908540b11e598b0063100dc6be1c58b92a53
@@ -21,7 +21,7 @@ module Jack
21
21
  end
22
22
 
23
23
  def download
24
- add_gitignore
24
+ # add_gitignore
25
25
  get_current_cfg
26
26
  copy_to_local_cfg
27
27
  clean
@@ -1,3 +1,3 @@
1
1
  module Jack
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -15,11 +15,11 @@ describe Jack::Config do
15
15
  download.download
16
16
  end
17
17
 
18
- it "should add jack/cfg/*.yml to gitignore" do
19
- download.download
20
- ignore = IO.read("#{@root}/.gitignore")
21
- expect(ignore).to include("jack/cfg")
22
- end
18
+ # it "should add jack/cfg/*.yml to gitignore" do
19
+ # download.download
20
+ # ignore = IO.read("#{@root}/.gitignore")
21
+ # expect(ignore).to include("jack/cfg")
22
+ # end
23
23
 
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jack-eb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen