kumade 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/LICENSE +1 -1
  2. data/kumade.gemspec +2 -2
  3. data/lib/kumade/version.rb +1 -1
  4. metadata +3 -1
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008 Joe Ferris and thoughtbot, inc.
1
+ Copyright (c) 2011 thoughtbot, inc.
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
@@ -5,8 +5,8 @@ require "kumade/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "kumade"
7
7
  s.version = Kumade::VERSION
8
- s.authors = ["Gabe Berke-Williams"]
9
- s.email = ["gabe@thoughtbot.com"]
8
+ s.authors = ["Gabe Berke-Williams", "thoughtbot"]
9
+ s.email = ["gabe@thoughtbot.com", "support@thoughtbot.com"]
10
10
  s.homepage = ""
11
11
  s.summary = %q{Simple rake tasks for deploying to Heroku}
12
12
  s.description = s.summary
@@ -1,3 +1,3 @@
1
1
  module Kumade
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -2,10 +2,11 @@
2
2
  name: kumade
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Gabe Berke-Williams
9
+ - thoughtbot
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -92,6 +93,7 @@ dependencies:
92
93
  description: Simple rake tasks for deploying to Heroku
93
94
  email:
94
95
  - gabe@thoughtbot.com
96
+ - support@thoughtbot.com
95
97
  executables:
96
98
  - kumade
97
99
  extensions: []