parse_apply_infuriation_engine 0.0.1gamma → 0.0.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.
- data.tar.gz.sig +0 -0
- data/.gitignore +1 -0
- data/README.md +1 -1
- data/bin/parse_apply_infuriation_engine +1 -1
- data/parse_apply_infuriation_engine.gemspec +2 -2
- metadata +3 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*.gem
|
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "parse_apply_infuriation_engine"
|
|
8
|
-
s.version = '0.0.
|
|
8
|
+
s.version = '0.0.2'
|
|
9
9
|
s.platform = Gem::Platform::RUBY
|
|
10
10
|
s.authors = ["Barry Allard"]
|
|
11
11
|
s.email = ["barry@barryallard.name"]
|
|
@@ -17,6 +17,6 @@ Gem::Specification.new do |s|
|
|
|
17
17
|
s.required_rubygems_version = ">= 1.3.6"
|
|
18
18
|
|
|
19
19
|
s.files = `git ls-files`.split("\n") rescue ''
|
|
20
|
-
s.executables =
|
|
20
|
+
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
21
21
|
end
|
|
22
22
|
.tap {|gem| gem.signing_key = File.expand_path(File.join('~/.keys', 'gem-private_key.pem')) ; gem.cert_chain = ['gem-public_cert.pem']} # pressed firmly by waxseal
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: parse_apply_infuriation_engine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.2
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Barry Allard
|
|
@@ -47,6 +47,7 @@ executables:
|
|
|
47
47
|
extensions: []
|
|
48
48
|
extra_rdoc_files: []
|
|
49
49
|
files:
|
|
50
|
+
- .gitignore
|
|
50
51
|
- README.md
|
|
51
52
|
- bin/parse_apply_infuriation_engine
|
|
52
53
|
- gem-public_cert.pem
|
metadata.gz.sig
CHANGED
|
Binary file
|