ruby_captivate 1.0.20 → 1.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  class RubyCaptivate
2
- VERSION = '1.0.6'
2
+ VERSION = '1.0.7'
3
3
 
4
4
  def process_captivate_results
5
5
  company_name = params[:CompanyName]
@@ -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'
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
16
16
  s.bindir = "bin"
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
- s.add_dependency('thor')
19
+ #s.add_dependency('thor')
20
20
  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.19"
5
+ s.version = "1.0.20"
6
6
  s.authors = ["Michael Leveton"]
7
7
  s.date = %q{2012-01-27}
8
8
  s.description = 'Adobe Captivate reporting for Ruby'
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
16
16
  s.bindir = "bin"
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
- s.add_dependency('thor')
19
+ #s.add_dependency('thor')
20
20
  end
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.20
4
+ version: 1.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,18 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-01-27 00:00:00.000000000 Z
13
- dependencies:
14
- - !ruby/object:Gem::Dependency
15
- name: thor
16
- requirement: &7633100 !ruby/object:Gem::Requirement
17
- none: false
18
- requirements:
19
- - - ! '>='
20
- - !ruby/object:Gem::Version
21
- version: '0'
22
- type: :runtime
23
- prerelease: false
24
- version_requirements: *7633100
13
+ dependencies: []
25
14
  description: Adobe Captivate reporting for Ruby
26
15
  email: mleveton@prepcloud.com
27
16
  executables:
@@ -53,8 +42,8 @@ files:
53
42
  - lib/generators/ruby_captivate/initializer_generator.rb~
54
43
  - lib/generators/ruby_captivate/install/install_generator.rb
55
44
  - lib/generators/ruby_captivate/install/install_generator.rb~
45
+ - lib/generators/templates/ruby_captivate.rb
56
46
  - lib/ruby_captivate.rb
57
- - lib/ruby_captivate.rb~
58
47
  - pkg/ruby_captivate-1.0.0.gem
59
48
  - pkg/ruby_captivate-1.0.0/.autotest
60
49
  - pkg/ruby_captivate-1.0.0/.gemtest
@@ -135,18 +124,6 @@ files:
135
124
  - pkg/ruby_captivate-1.0.7/bin/ruby_captivate
136
125
  - pkg/ruby_captivate-1.0.7/lib/ruby_captivate.rb
137
126
  - pkg/ruby_captivate-1.0.7/test/test_ruby_captivate.rb
138
- - ruby_captivate-1.0.10.gem
139
- - ruby_captivate-1.0.11.gem
140
- - ruby_captivate-1.0.12.gem
141
- - ruby_captivate-1.0.13.gem
142
- - ruby_captivate-1.0.14.gem
143
- - ruby_captivate-1.0.15.gem
144
- - ruby_captivate-1.0.16.gem
145
- - ruby_captivate-1.0.17.gem
146
- - ruby_captivate-1.0.18.gem
147
- - ruby_captivate-1.0.19.gem
148
- - ruby_captivate-1.0.8.gem
149
- - ruby_captivate-1.0.9.gem
150
127
  - ruby_captivate.gemspec
151
128
  - ruby_captivate.gemspec~
152
129
  - test/test_ruby_captivate.rb
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file