ruby_captivate 1.0.28 → 1.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  module Ruby_Captivate
2
2
 
3
3
  class InstallGenerator < Rails::Generators::Base
4
- include Thor::Group
4
+ class InstallGenerator < Thor::Group
5
5
  include Thor::Actions
6
6
  source_root File.expand_path('../../../templates', __FILE__)
7
7
  class_option :template_engine
@@ -11,3 +11,4 @@ module Ruby_Captivate
11
11
 
12
12
  end
13
13
  end
14
+ end
@@ -1,6 +1,7 @@
1
1
  module Ruby_Captivate
2
2
 
3
3
  class InstallGenerator < Rails::Generators::Base
4
+ include Thor::Group
4
5
  include Thor::Actions
5
6
  source_root File.expand_path('../../../templates', __FILE__)
6
7
  class_option :template_engine
@@ -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.28"
5
+ s.version = "1.0.29"
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.27"
5
+ s.version = "1.0.28"
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.28
4
+ version: 1.0.29
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: &22509180 !ruby/object:Gem::Requirement
16
+ requirement: &12892180 !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: *22509180
24
+ version_requirements: *12892180
25
25
  description: Adobe Captivate reporting for Ruby
26
26
  email: mleveton@prepcloud.com
27
27
  executables:
@@ -135,7 +135,7 @@ files:
135
135
  - pkg/ruby_captivate-1.0.7/bin/ruby_captivate
136
136
  - pkg/ruby_captivate-1.0.7/lib/ruby_captivate.rb
137
137
  - pkg/ruby_captivate-1.0.7/test/test_ruby_captivate.rb
138
- - ruby_captivate-1.0.27.gem
138
+ - ruby_captivate-1.0.28.gem
139
139
  - ruby_captivate.gemspec
140
140
  - ruby_captivate.gemspec~
141
141
  - test/test_ruby_captivate.rb