ruby_captivate 1.0.21 → 1.0.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ module Ruby_Captivate
4
4
  source_root File.expand_path('../../../templates', __FILE__)
5
5
  class_option :template_engine
6
6
 
7
- create_file "config/initializers/initializer.rb", "# Add initialization content here"
7
+ copy_file 'ruby_captivate.rb', 'config/initializers/ruby_captivate.rb'
8
8
 
9
9
 
10
10
  end
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ruby_captivate"
5
- s.version = "1.0.21"
5
+ s.version = "1.0.22"
6
6
  s.authors = ["Michael Leveton"]
7
7
  s.date = %q{2012-01-27}
8
8
  s.description = 'Adobe Captivate reporting for Ruby'
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ruby_captivate"
5
- s.version = "1.0.20"
5
+ s.version = "1.0.21"
6
6
  s.authors = ["Michael Leveton"]
7
7
  s.date = %q{2012-01-27}
8
8
  s.description = 'Adobe Captivate reporting for Ruby'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_captivate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: