gatherer_set_parser 0.0.3 → 0.0.4

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: 8d04b4e0b1609d30f41dc93874df017bb95c1824
4
- data.tar.gz: a6f6b836b835c5462b6b8f84e82885910c82d5e6
3
+ metadata.gz: 2592e10a55597d268ef5d36c502287f03f4308c0
4
+ data.tar.gz: e086070bc8ac23a71c67bccabc86df95cf3a49c9
5
5
  SHA512:
6
- metadata.gz: f82b9a0b61ee6d529caf139d995520fcf33992d66f05e2abf5029af3c3d2a749277c049686749378c15714731e5e7fd59e1eabb5d917f150ba8180888105889e
7
- data.tar.gz: 64ab875e4412b8bbb1a830326c5082ec44f3e5cc165645185605928d9dd844090254e95652a6af1816ae0697149210c27586a487d6f124d51a64ab5814e7237e
6
+ metadata.gz: 0c61b52aa0b7a70ae9fa0bd9f7e997b18772a6978f5747485c36d40d80f68a98a716243f365e4b67bf6e81fc168bc728ca4fb57989d5258f0486ab93825edb9d
7
+ data.tar.gz: 36a77c2702b4cb86242dcd0425fca7f8016600c310f03e39e422619557aa96b32ef1d251399f7328893110afb2e44a45afa7d3b6a27229e04f0bdbe5afabc93b
@@ -1,3 +1,3 @@
1
1
  module GathererSetParser
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gatherer_set_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ratajczak
@@ -85,13 +85,7 @@ description: |-
85
85
  cards from the provided set.
86
86
  email:
87
87
  - david@mockra.com
88
- executables:
89
- - autospec
90
- - htmldiff
91
- - ldiff
92
- - nokogiri
93
- - rake
94
- - rspec
88
+ executables: []
95
89
  extensions: []
96
90
  extra_rdoc_files: []
97
91
  files:
@@ -101,12 +95,6 @@ files:
101
95
  - LICENSE
102
96
  - README.md
103
97
  - Rakefile
104
- - bin/autospec
105
- - bin/htmldiff
106
- - bin/ldiff
107
- - bin/nokogiri
108
- - bin/rake
109
- - bin/rspec
110
98
  - gatherer_set_parser.gemspec
111
99
  - lib/gatherer_set_parser.rb
112
100
  - lib/gatherer_set_parser/card_parser.rb
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'autospec' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rspec-core', 'autospec')
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'htmldiff' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('diff-lcs', 'htmldiff')
data/bin/ldiff DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'ldiff' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('diff-lcs', 'ldiff')
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'nokogiri' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('nokogiri', 'nokogiri')
data/bin/rake DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'rake' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rake', 'rake')
data/bin/rspec DELETED
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env ruby
2
- #
3
- # This file was generated by Bundler.
4
- #
5
- # The application 'rspec' is installed as part of a gem, and
6
- # this file is here to facilitate running it.
7
- #
8
-
9
- require 'pathname'
10
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11
- Pathname.new(__FILE__).realpath)
12
-
13
- require 'rubygems'
14
- require 'bundler/setup'
15
-
16
- load Gem.bin_path('rspec-core', 'rspec')