disclose 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class Disclose
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -0,0 +1,5 @@
1
+ class Disclose
2
+ module Windows
3
+
4
+ end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: disclose
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - The rugged tests are fragile
@@ -87,7 +87,11 @@ files:
87
87
  - exe/disclose
88
88
  - lib/disclose.rb
89
89
  - lib/disclose/c.rb
90
+ - lib/disclose/libiconv_2_dll.h
91
+ - lib/disclose/libintl_2_dll.h
92
+ - lib/disclose/tar_exe.h
90
93
  - lib/disclose/version.rb
94
+ - lib/disclose/windows.rb
91
95
  homepage: https://github.com/pmq20/disclose
92
96
  licenses:
93
97
  - MIT