gem_tools 0.2.3 → 0.2.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.
Files changed (3) hide show
  1. data/VERSION +1 -0
  2. data/gem_tools.gemspec +2 -1
  3. metadata +2 -1
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.2.4
data/gem_tools.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gem_tools}
8
- s.version = "0.2.3"
8
+ s.version = "0.2.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 Moen"]
@@ -25,6 +25,7 @@ Gem::Specification.new do |s|
25
25
  "README.textile",
26
26
  "README.txt",
27
27
  "Rakefile",
28
+ "VERSION",
28
29
  "bin/gemtools",
29
30
  "config/gems.template.yml",
30
31
  "config/gems.yml",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Moen
@@ -29,6 +29,7 @@ files:
29
29
  - README.textile
30
30
  - README.txt
31
31
  - Rakefile
32
+ - VERSION
32
33
  - bin/gemtools
33
34
  - config/gems.template.yml
34
35
  - config/gems.yml