ruby_captivate 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -20,9 +20,9 @@ Rails >= 3.0
20
20
 
21
21
  == INSTALL:
22
22
 
23
- <i>In your Captivate instance, you must disable error popup windows - these windows show up even with Captivates' native PHP reporting script. You also must specify a target URL of "http://www.example.com/internalreport"</i>
23
+ <i>In your Captivate instance, you must specify a target URL of "http://www.example.com/internalreport"</i>
24
24
 
25
- Detailed instructions on how to set all this up on the Captivate end can be found at: https://tv.adobe.com/watch/publish-and-track-results/reporting-using-lms-or-internal-server/
25
+ Detailed instructions on how to set this up on the Captivate end can be found at: https://tv.adobe.com/watch/publish-and-track-results/reporting-using-lms-or-internal-server/
26
26
 
27
27
  run:
28
28
 
@@ -10,7 +10,7 @@ module Ruby_Captivate
10
10
  end
11
11
 
12
12
  def add_stub_view
13
- template "process_results.html.erb", "app/views/process_results.html.erb"
13
+ template "process_results.html.erb", "app/views/captivate_results/process_results.html.erb"
14
14
  end
15
15
 
16
16
  def add_captivate_routes
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.1.2"
5
+ s.version = "1.1.3"
6
6
  s.authors = ["Michael Leveton"]
7
7
  s.date = %q{2012-01-27}
8
8
  s.description = 'Adobe Captivate reporting for Rails 3.0+'
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.1.2
4
+ version: 1.1.3
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: &11822240 !ruby/object:Gem::Requirement
16
+ requirement: &17524580 !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: *11822240
24
+ version_requirements: *17524580
25
25
  description: Adobe Captivate reporting for Rails 3.0+
26
26
  email: mleveton@prepcloud.com
27
27
  executables: []
@@ -35,7 +35,7 @@ files:
35
35
  - lib/generators/ruby_captivate/install/install_generator.rb
36
36
  - lib/generators/ruby_captivate/templates/captivate_results_controller.rb
37
37
  - lib/generators/ruby_captivate/templates/process_results.html.erb
38
- - ruby_captivate-1.1.1.gem
38
+ - ruby_captivate-1.1.2.gem
39
39
  - ruby_captivate.gemspec
40
40
  - test/test_ruby_captivate.rb
41
41
  homepage: https://github.com/Leveton/ruby_captivate
Binary file