da_funk 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e011410f7d6c3f3c8b9577722564f315c70c8fc7
4
- data.tar.gz: 6d35d3fd04134b622af6d0bfe6a4b53fd2dca217
3
+ metadata.gz: 930a189b540743666f8fb89fa0334522e4e2d5cc
4
+ data.tar.gz: e2c45f3c8619148e87f9a88311be9faf72e46662
5
5
  SHA512:
6
- metadata.gz: a1f83fd2f73f612efcc05b3fc9c81d3035e8c0e24dbc183e2ee15a37d439d9d7a1110a41754447c166d8d080f3a6109e031fcbb709811458348b3456099d5138
7
- data.tar.gz: 6ffdc543b460d457ed686544b596f32432b833ac2f304d4e2a7be7fa3d9441c25aa9cb82db5cb548daa829360e4a0cf2dde11ec9754bdc00225ca78ed0e9c5f4
6
+ metadata.gz: bde6c054a7c8b3e1d7816ccd7d65ae59f4a81b22d1bdb9f8c8785fa2f867d01d9e6245cb91f300cba2e9f24fd322321f52c37a6db02146e2be7100e0ac7b2a08
7
+ data.tar.gz: 6b0cfed0a466a17420e7b7c921d394f13c7e824f0d65509b148493aa7384c0955279a4c1d2452957c472c94c9ccfa1497c857a57c2e36a8b4a5c76ba7ed4a80b
data/.gitignore CHANGED
@@ -6,6 +6,4 @@ rdoc/*
6
6
  coverage/*
7
7
  stats
8
8
  stats/*
9
- out/da_funk.mrb
10
- out/da_funk/*
11
- out/*
9
+ out/da_funk/*
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- da_funk (0.7.1)
4
+ da_funk (0.7.2)
5
5
  bundler (~> 1.7)
6
6
  cloudwalk_handshake (~> 0.5)
7
7
  posxml_parser (~> 0.6)
@@ -1,5 +1,9 @@
1
1
  # DaFunk
2
2
 
3
+ ### 0.7.2 - 2016-03-30 - gemspec problem
4
+
5
+ - Fix gemspec problem on the list of files.
6
+
3
7
  ### 0.7.1 - 2016-03-30 - Small changes
4
8
 
5
9
  - Refactoring Application to calculate crc on the end of download to check integrity.
@@ -17,7 +17,8 @@ Gem::Specification.new do |spec|
17
17
  spec.homepage = "http://github.com/cloudwalkio/da_funk"
18
18
  spec.license = "MIT"
19
19
 
20
- spec.files = `git ls-files -z`.split("\x0") << "out/da_funk.mrb"
20
+ files = (`git ls-files -z`.split("\x0") << "out/da_funk.mrb")
21
+ spec.files = files
21
22
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
22
23
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
23
24
  spec.require_paths = ["lib"]
@@ -1,4 +1,4 @@
1
1
  module DaFunk
2
- VERSION="0.7.1"
2
+ VERSION="0.7.2"
3
3
  end
4
4
 
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_funk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Scalone