ruby_captivate 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- module ruby_captivate
1
+ module Ruby_Captivate
2
2
  class InstallGenerator < Rails::Generators::Base
3
3
  source_root File.expand_path("../../templates", __FILE__)
4
4
 
@@ -1,17 +1,12 @@
1
- module Ruby_Captivate
1
+ module ruby_captivate
2
+ class InstallGenerator < Rails::Generators::Base
3
+ source_root File.expand_path("../../templates", __FILE__)
2
4
 
3
- class InstallGenerator < Rails::Generators::Base
4
- class InstallGenerator < Thor::Group
5
- include Thor::Actions
6
- source_root File.expand_path('../../../templates', __FILE__)
7
- class_option :template_engine
5
+ desc "Creates a ruby_captivate initializer and copies locale files to your application."
6
+ class_option :orm
8
7
 
9
- copy_file 'ruby_captivate.rb', 'config/initializers/ruby_captivate.rb'
10
-
11
-
12
- end
13
-
14
-
15
-
16
- end
8
+ def add_my_initializer
9
+ template "ruby_captivate.rb", "config/initializers/ruby_captivate.rb"
10
+ end
11
+ end
17
12
  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.31"
5
+ s.version = "1.0.32"
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.30"
5
+ s.version = "1.0.31"
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.31
4
+ version: 1.0.32
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor
16
- requirement: &18418680 !ruby/object:Gem::Requirement
16
+ requirement: &13754100 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *18418680
24
+ version_requirements: *13754100
25
25
  description: Adobe Captivate reporting for Ruby
26
26
  email: mleveton@prepcloud.com
27
27
  executables:
@@ -136,7 +136,7 @@ files:
136
136
  - pkg/ruby_captivate-1.0.7/bin/ruby_captivate
137
137
  - pkg/ruby_captivate-1.0.7/lib/ruby_captivate.rb
138
138
  - pkg/ruby_captivate-1.0.7/test/test_ruby_captivate.rb
139
- - ruby_captivate-1.0.30.gem
139
+ - ruby_captivate-1.0.31.gem
140
140
  - ruby_captivate.gemspec
141
141
  - ruby_captivate.gemspec~
142
142
  - test/test_ruby_captivate.rb