decoder 0.6.4 → 0.6.5

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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/decoder.gemspec +7 -7
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{Decoder}
9
9
  gem.description = %Q{Decoder}
10
10
  gem.email = "bcardarella@gmail.com"
11
- gem.homepage = "http://github.com/bcardarelladecoder"
11
+ gem.homepage = "http://github.com/bcardarella/decoder"
12
12
  gem.authors = ["Brian Cardarella"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda"
14
14
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4
1
+ 0.6.5
data/decoder.gemspec CHANGED
@@ -1,15 +1,15 @@
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{decoder}
8
- s.version = "0.6.4"
8
+ s.version = "0.6.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Brian Cardarella"]
12
- s.date = %q{2009-09-07}
12
+ s.date = %q{2009-11-22}
13
13
  s.description = %q{Decoder}
14
14
  s.email = %q{bcardarella@gmail.com}
15
15
  s.extra_rdoc_files = [
@@ -37,11 +37,10 @@ Gem::Specification.new do |s|
37
37
  "test/states/state_test.rb",
38
38
  "test/test_helper.rb"
39
39
  ]
40
- s.has_rdoc = true
41
- s.homepage = %q{http://github.com/bcardarelladecoder}
40
+ s.homepage = %q{http://github.com/bcardarella/decoder}
42
41
  s.rdoc_options = ["--charset=UTF-8"]
43
42
  s.require_paths = ["lib"]
44
- s.rubygems_version = %q{1.3.2}
43
+ s.rubygems_version = %q{1.3.5}
45
44
  s.summary = %q{Decoder}
46
45
  s.test_files = [
47
46
  "test/common_methods_test.rb",
@@ -65,3 +64,4 @@ Gem::Specification.new do |s|
65
64
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
66
65
  end
67
66
  end
67
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cardarella
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-09-07 00:00:00 -04:00
12
+ date: 2009-11-22 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -52,7 +52,7 @@ files:
52
52
  - test/states/state_test.rb
53
53
  - test/test_helper.rb
54
54
  has_rdoc: true
55
- homepage: http://github.com/bcardarelladecoder
55
+ homepage: http://github.com/bcardarella/decoder
56
56
  licenses: []
57
57
 
58
58
  post_install_message:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements: []
76
76
 
77
77
  rubyforge_project:
78
- rubygems_version: 1.3.2
78
+ rubygems_version: 1.3.5
79
79
  signing_key:
80
80
  specification_version: 3
81
81
  summary: Decoder