rjhead 2.88.3 → 2.88.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.88.3
1
+ 2.88.4
File without changes
@@ -1,19 +1,19 @@
1
1
  # Generated by jeweler
2
- # DO NOT EDIT THIS FILE
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rjhead}
8
- s.version = "2.88.3"
8
+ s.version = "2.88.4"
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
- s.date = %q{2009-12-23}
13
- s.default_executable = %q{jhead2}
12
+ s.date = %q{2009-12-26}
13
+ s.default_executable = %q{jhead}
14
14
  s.description = %q{stuff}
15
15
  s.email = %q{mpdwan@gmail.com}
16
- s.executables = ["jhead2"]
16
+ s.executables = ["jhead"]
17
17
  s.extra_rdoc_files = [
18
18
  "LICENSE",
19
19
  "README.rdoc"
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.rdoc",
26
26
  "Rakefile",
27
27
  "VERSION",
28
+ "bin/jhead",
28
29
  "lib/rjhead.rb",
29
30
  "rjhead.gemspec",
30
31
  "test/rjhead_test.rb",
@@ -53,3 +54,4 @@ Gem::Specification.new do |s|
53
54
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
54
55
  end
55
56
  end
57
+
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.3
4
+ version: 2.88.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Dwan
@@ -9,8 +9,8 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-23 00:00:00 -06:00
13
- default_executable: jhead2
12
+ date: 2009-12-26 00:00:00 -06:00
13
+ default_executable: jhead
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
- - jhead2
28
+ - jhead
29
29
  extensions: []
30
30
 
31
31
  extra_rdoc_files:
@@ -38,6 +38,7 @@ files:
38
38
  - README.rdoc
39
39
  - Rakefile
40
40
  - VERSION
41
+ - bin/jhead
41
42
  - lib/rjhead.rb
42
43
  - rjhead.gemspec
43
44
  - test/rjhead_test.rb