swissmedic-diff 0.2.2 → 0.2.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.
@@ -1,27 +0,0 @@
1
- require File.expand_path('../lib/version', __FILE__)
2
-
3
- spec = Gem::Specification.new do |s|
4
- s.name = "swissmedic-diff"
5
- s.version = SwissmedicDiff::VERSION
6
- s.summary = "Find out what Products have changed on the swiss healthcare market"
7
- s.description = "Compares two Excel Documents provided by Swissmedic and displays the salient differences"
8
- s.author = "Hannes Wyss, Masaomi Hatakeyama"
9
- s.email = "hwyss@ywesee.com, mhatakeyama@ywesee.com"
10
- s.platform = Gem::Platform::RUBY
11
- s.files = Dir.glob('lib/*.rb') +
12
- Dir.glob('bin/*') +
13
- Dir.glob('[A-Z]*') +
14
- Dir.glob('test/*') +
15
- Dir.glob('test/data/*.xls')
16
- s.test_file = "test/test_swissmedic-diff.rb"
17
- s.executables << 'swissmedic-diff'
18
- s.add_dependency('rubyXL', '3.3.1')
19
- s.add_dependency('nokogiri')
20
- s.add_dependency('rubyzip')
21
- s.add_dependency('spreadsheet')
22
- s.add_development_dependency "hoe"
23
- s.add_development_dependency "minitest"
24
- s.add_development_dependency "minitest-reporters"
25
-
26
- s.homepage = "https://github.com/zdavatz/swissmedic-diff"
27
- end
Binary file
Binary file
Binary file
Binary file