wsman 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: d9daa22ff443f2bcc8c8016b25f32425b096ab6f
4
- data.tar.gz: 19a6495900de028afad026f14734b572c890d2d2
3
+ metadata.gz: 9c011d04602a4580b0ba18ea0b411111d274bea2
4
+ data.tar.gz: 29a6cb7092db8033d9b4014f9126415f9d625b56
5
5
  SHA512:
6
- metadata.gz: 286b3921e7e90c2d312cde8e315654db817d3e2acb311d23a32ed0bc393919f06a17af436c82250d33304d095f332296dab6b539080fe58269fa85a541e7c229
7
- data.tar.gz: ba2e0cbebddded9ebec39d2f8fb40adacf0045f927d753a3b0ff22d991bfc1b9bab226a9a8598191a6e1ee4e3dd9228b67ce62c8316845f7fec45a3d039ca282
6
+ metadata.gz: c1449b913f27b8116a25aac00b3d3705c35959a7529c97aefca0e2d9dacf6f4fcc15078bd9a5630ea1d547bdfd2479f0058b2c7c201403b478db5e844e8452ad
7
+ data.tar.gz: 66f28467267534b029f76090068a46d42980dfade4b6d497d0cbbd392493c6b89beee72d0a8c12ab9fce13f3de0c538a68aef79675513bfed2b4533ebd2412db
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## [0.0.3](https://github.com/crowbar/wsman/releases/tag/v0.0.3) - 2014-10-31
4
+
5
+ * Just removed useless files from the gem package
6
+
7
+ ## [0.0.2](https://github.com/crowbar/wsman/releases/tag/v0.0.2) - 2014-10-30
8
+
9
+ * Added rspec dependencies and spec helper
10
+
11
+ ## [0.0.1](https://github.com/crowbar/wsman/releases/tag/v0.0.1) - 2014-10-28
12
+
13
+ * Initial release of the wsman library as a standalone gem
@@ -1,3 +1,3 @@
1
1
  class Wsman
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
@@ -1,6 +1,10 @@
1
1
  $:.push File.expand_path('../lib', __FILE__)
2
2
  require 'wsman/version'
3
3
 
4
+ IGNORED_FILES = %w(
5
+ .gitignore
6
+ )
7
+
4
8
  Gem::Specification.new do |s|
5
9
  s.name = 'wsman'
6
10
  s.version = Wsman::VERSION
@@ -11,7 +15,7 @@ Gem::Specification.new do |s|
11
15
  s.description = 'WS-MAN communication library'
12
16
  s.email = 'tboerger@suse.de'
13
17
 
14
- s.files = `git ls-files`.split($/)
18
+ s.files = `git ls-files`.split($/).delete_if { |n| IGNORED_FILES.include? n }
15
19
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
16
20
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
17
21
  s.require_paths = ['lib']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wsman
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
  - Thomas Boerger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-30 00:00:00.000000000 Z
12
+ date: 2014-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-simple
@@ -101,7 +101,7 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
- - .gitignore
104
+ - CHANGELOG.md
105
105
  - Gemfile
106
106
  - LICENSE
107
107
  - README.md
data/.gitignore DELETED
@@ -1,10 +0,0 @@
1
- .DS_Store
2
-
3
- /.yardoc
4
- /.bundle
5
-
6
- /pkg
7
- /doc
8
-
9
- /*.gem
10
- /Gemfile.lock