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 +4 -4
- data/lib/gatherer_set_parser/version.rb +1 -1
- metadata +2 -14
- data/bin/autospec +0 -16
- data/bin/htmldiff +0 -16
- data/bin/ldiff +0 -16
- data/bin/nokogiri +0 -16
- data/bin/rake +0 -16
- data/bin/rspec +0 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2592e10a55597d268ef5d36c502287f03f4308c0
|
|
4
|
+
data.tar.gz: e086070bc8ac23a71c67bccabc86df95cf3a49c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c61b52aa0b7a70ae9fa0bd9f7e997b18772a6978f5747485c36d40d80f68a98a716243f365e4b67bf6e81fc168bc728ca4fb57989d5258f0486ab93825edb9d
|
|
7
|
+
data.tar.gz: 36a77c2702b4cb86242dcd0425fca7f8016600c310f03e39e422619557aa96b32ef1d251399f7328893110afb2e44a45afa7d3b6a27229e04f0bdbe5afabc93b
|
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.
|
|
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
|
data/bin/autospec
DELETED
|
@@ -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')
|
data/bin/htmldiff
DELETED
|
@@ -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')
|
data/bin/nokogiri
DELETED
|
@@ -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')
|