rjhead 2.88.2 → 2.88.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.88.2
1
+ 2.88.3
File without changes
@@ -5,15 +5,15 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rjhead}
8
- s.version = "2.88.2"
8
+ s.version = "2.88.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Michael Dwan"]
12
12
  s.date = %q{2009-12-23}
13
- s.default_executable = %q{jhead}
13
+ s.default_executable = %q{jhead2}
14
14
  s.description = %q{stuff}
15
15
  s.email = %q{mpdwan@gmail.com}
16
- s.executables = ["jhead"]
16
+ s.executables = ["jhead2"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
19
  "README.rdoc"
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "Rakefile",
27
27
  "VERSION",
28
- "bin/jhead",
29
28
  "lib/rjhead.rb",
30
29
  "rjhead.gemspec",
31
30
  "test/rjhead_test.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjhead
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.88.2
4
+ version: 2.88.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dwan
@@ -10,7 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
 
12
12
  date: 2009-12-23 00:00:00 -06:00
13
- default_executable: jhead
13
+ default_executable: jhead2
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: thoughtbot-shoulda
@@ -25,7 +25,7 @@ dependencies:
25
25
  description: stuff
26
26
  email: mpdwan@gmail.com
27
27
  executables:
28
- - jhead
28
+ - jhead2
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files:
@@ -38,7 +38,6 @@ files:
38
38
  - README.rdoc
39
39
  - Rakefile
40
40
  - VERSION
41
- - bin/jhead
42
41
  - lib/rjhead.rb
43
42
  - rjhead.gemspec
44
43
  - test/rjhead_test.rb