genki-cutagem 0.0.8.2 → 0.0.8.3

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ 2008-07-24 Genki Takiuchi <genki@s21g.com>
2
+ * Added 'rails/*.rb' to spec.files.
3
+
1
4
  2007-12-07 Keiji Yoshimi <walf443@gmail.com>
2
5
  * Add --gem-class option.
3
6
  * Fixed typo of default template.
data/lib/cutagem.rb CHANGED
@@ -6,7 +6,7 @@ require "erb"
6
6
  require "yaml"
7
7
 
8
8
  class CutAGemCommand
9
- VERSION = "0.0.8.2"
9
+ VERSION = "0.0.8.3"
10
10
 
11
11
  include FileUtils
12
12
  def self.run(argv)
@@ -66,7 +66,8 @@ spec = Gem::Specification.new do |s|
66
66
  Dir.glob("{bin,doc,test,lib,templates,generator,extras,website,script}/**/*") +
67
67
  Dir.glob("ext/**/*.{h,c,rb}") +
68
68
  Dir.glob("examples/**/*.rb") +
69
- Dir.glob("tools/*.rb")
69
+ Dir.glob("tools/*.rb") +
70
+ Dir.glob("rails/*.rb")
70
71
 
71
72
  s.extensions = FileList["ext/**/extconf.rb"].to_a
72
73
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: genki-cutagem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.2
4
+ version: 0.0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - cho45
@@ -9,7 +9,7 @@ autorequire: ""
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-07-21 00:00:00 -07:00
12
+ date: 2008-07-23 00:00:00 -07:00
13
13
  default_executable: cutagem
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency