parse_apply_infuriation_engine 0.0.1gamma → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -0,0 +1 @@
1
+ *.gem
data/README.md CHANGED
@@ -34,4 +34,4 @@ Barry Allard
34
34
 
35
35
  ## Copyright
36
36
 
37
- Now. Whenever it is for you.
37
+ Now. Whenever it is for you or the time that you remember this, whichever comes last.
@@ -66,7 +66,7 @@ trap("INT") { $stderr.puts "\n ! Aborted." ; exit 1 }
66
66
  puts
67
67
  puts "parse.com application submission app"
68
68
  puts
69
- puts "Copyright Barry Allard 2012 MIT Licensed"
69
+ puts "Copyright Now Barry Allard MIT Licensed"
70
70
  puts
71
71
 
72
72
 
@@ -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.1gamma'
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 = %w(parse_apply_infuriation_engine)
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.1gamma
5
- prerelease: 5
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