slapp 0.1.1 → 0.1.2
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/slapp/parser.rb +1 -1
- data/lib/slapp/version.rb +1 -1
- data/spec/parser_spec.rb +1 -1
- data/spec/support/13.37/patches/PACKAGES.TXT +1109 -0
- data/spec/support/{PACKAGES.TXT → 13.37/slackware/PACKAGES.TXT} +0 -0
- data/spec/support/14.1/patches/PACKAGES.TXT +266 -0
- data/spec/support/14.1/slackware/PACKAGES.TXT +17566 -0
- metadata +10 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: slapp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nic Aitch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -74,7 +74,10 @@ files:
|
|
74
74
|
- slapp.gemspec
|
75
75
|
- spec/parser_spec.rb
|
76
76
|
- spec/spec_helper.rb
|
77
|
-
- spec/support/PACKAGES.TXT
|
77
|
+
- spec/support/13.37/patches/PACKAGES.TXT
|
78
|
+
- spec/support/13.37/slackware/PACKAGES.TXT
|
79
|
+
- spec/support/14.1/patches/PACKAGES.TXT
|
80
|
+
- spec/support/14.1/slackware/PACKAGES.TXT
|
78
81
|
homepage: ''
|
79
82
|
licenses:
|
80
83
|
- MIT
|
@@ -102,4 +105,7 @@ summary: Parse Slackware PACKAGES.TXT with ease
|
|
102
105
|
test_files:
|
103
106
|
- spec/parser_spec.rb
|
104
107
|
- spec/spec_helper.rb
|
105
|
-
- spec/support/PACKAGES.TXT
|
108
|
+
- spec/support/13.37/patches/PACKAGES.TXT
|
109
|
+
- spec/support/13.37/slackware/PACKAGES.TXT
|
110
|
+
- spec/support/14.1/patches/PACKAGES.TXT
|
111
|
+
- spec/support/14.1/slackware/PACKAGES.TXT
|