dotiw 0.2.4 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/dotiw.gemspec +2 -1
  3. data/pkg/dotiw-0.2.4.gem +0 -0
  4. metadata +2 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.3.0
data/dotiw.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{dotiw}
8
- s.version = "0.2.4"
8
+ s.version = "0.3.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ryan Bigg"]
@@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
  "dotiw.gemspec",
25
25
  "lib/dotiw.rb",
26
26
  "lib/i18n.rb",
27
+ "pkg/dotiw-0.2.4.gem",
27
28
  "rails/init.rb",
28
29
  "spec/dotiw_spec.rb",
29
30
  "spec/spec_helper.rb",
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dotiw
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Bigg
@@ -39,6 +39,7 @@ files:
39
39
  - dotiw.gemspec
40
40
  - lib/dotiw.rb
41
41
  - lib/i18n.rb
42
+ - pkg/dotiw-0.2.4.gem
42
43
  - rails/init.rb
43
44
  - spec/dotiw_spec.rb
44
45
  - spec/spec_helper.rb