ruby_captivate 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
- module RubyCaptivateInstaller
1
+ module Ruby_Captivate
2
2
 
3
3
  class InstallGenerator < Rails::Generators::Base
4
4
  source_root File.expand_path('../../../templates', __FILE__)
Binary file
@@ -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.17"
5
+ s.version = "1.0.18"
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.16"
5
+ s.version = "1.0.17"
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.17
4
+ version: 1.0.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,6 @@ files:
41
41
  - lib/generators/ruby_captivate/initializer_generator.rb
42
42
  - lib/generators/ruby_captivate/initializer_generator.rb~
43
43
  - lib/generators/ruby_captivate/install/install_generator.rb
44
- - lib/generators/ruby_captivate/install/install_generator.rb~
45
44
  - lib/ruby_captivate.rb
46
45
  - lib/ruby_captivate.rb~
47
46
  - pkg/ruby_captivate-1.0.0.gem
@@ -131,6 +130,7 @@ files:
131
130
  - ruby_captivate-1.0.14.gem
132
131
  - ruby_captivate-1.0.15.gem
133
132
  - ruby_captivate-1.0.16.gem
133
+ - ruby_captivate-1.0.17.gem
134
134
  - ruby_captivate-1.0.8.gem
135
135
  - ruby_captivate-1.0.9.gem
136
136
  - ruby_captivate.gemspec
@@ -1,8 +0,0 @@
1
- module RubyCaptivateInstaller
2
-
3
- class InitializerGenerator < Rails::Generators::Base
4
- def create_initializer_file
5
- create_file "config/initializers/initializer.rb", "# Add initialization content here"
6
- end
7
- end
8
- end