joe 0.1.0 → 0.1.1

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 (2) hide show
  1. data/lib/joe.rb +1 -1
  2. metadata +4 -4
data/lib/joe.rb CHANGED
@@ -3,7 +3,7 @@ require "erb"
3
3
  require "rubygems/gem_runner"
4
4
 
5
5
  class Joe
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
 
8
8
  def gemspec
9
9
  File.open(spec_file, "w") do |f|
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Damian Janowski
@@ -31,7 +31,7 @@ dependencies:
31
31
  version: "0"
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
- description: "Joe builds on top of Thor\xE2\x80\x99s awesomeness to take you from a gem specification to world domination in a single step."
34
+ description: Joe takes you from a gem specification to world domination in a single step.
35
35
  email:
36
36
  - djanowski@dimaion.com
37
37
  - michel@soveran.com
@@ -77,6 +77,6 @@ rubyforge_project:
77
77
  rubygems_version: 1.3.7
78
78
  signing_key:
79
79
  specification_version: 3
80
- summary: Joe, the gem publisher
80
+ summary: Release your gems, no pain involved.
81
81
  test_files: []
82
82