serialize_variants 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +2 -1
  2. metadata +2 -2
data/Rakefile CHANGED
@@ -24,6 +24,7 @@ Rake::RDocTask.new(:rdoc) do |rdoc|
24
24
  end
25
25
 
26
26
  PKG_FILES = FileList[
27
+ '*.rb',
27
28
  '[a-zA-Z]*',
28
29
  'generators/**/*',
29
30
  'lib/**/*',
@@ -34,7 +35,7 @@ PKG_FILES = FileList[
34
35
 
35
36
  spec = Gem::Specification.new do |s|
36
37
  s.name = "serialize_variants"
37
- s.version = "0.0.1"
38
+ s.version = "0.0.2"
38
39
  s.author = "Nicolas Goy"
39
40
  s.email = "kuon@goyman.com"
40
41
  s.homepage = "http://goyman.com/"
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: serialize_variants
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nicolas Goy
@@ -24,10 +24,10 @@ extra_rdoc_files:
24
24
  files:
25
25
  - init.rb
26
26
  - install.rb
27
+ - uninstall.rb
27
28
  - MIT-LICENSE
28
29
  - Rakefile
29
30
  - README
30
- - uninstall.rb
31
31
  - lib/serialize_variants.rb
32
32
  - test/serialize_variants_test.rb
33
33
  - test/test_helper.rb