ruby_captivate 1.0.36 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,15 +1,16 @@
1
- = ruby_captivate
2
-
3
- https://github.com/Leveton/ruby_captivate
4
-
5
- == DESCRIPTION:
1
+ = Ruby Captivate
6
2
 
7
3
  Process Adobe Captivate SWF files with Ruby on Rails 3.0+
8
4
 
9
5
  == SYNOPSIS:
10
6
 
11
- After completing a Captivate quiz, a "captivate_results" directory is auto-created beneath the "doc" directory of your project. In this "captivate_results" directory, XML files containing the Captivate quiz results will also be auto-created
12
- After installation, take a Captivate quiz and check for a generated XML file in 'doc/captivate_results/'. You can then use the Nokogiri gem to parse the results. http://rubygems.org/gems/nokogiri
7
+ After completing a Captivate quiz, a "captivate_results" directory is auto-created beneath the "doc" directory of your project.
8
+
9
+ In this "captivate_results" directory, XML files containing the Captivate quiz results will also be auto-created.
10
+
11
+ After installation, take a Captivate quiz and check for a generated XML file in 'doc/captivate_results/'. You can then use the Nokogiri gem to parse the results.
12
+
13
+ http://rubygems.org/gems/nokogiri
13
14
 
14
15
  == REQUIREMENTS:
15
16
 
@@ -17,14 +18,17 @@ Rails >= 3.0
17
18
 
18
19
  == INSTALL:
19
20
 
20
- **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.<yourdomain.com>/internalreport**
21
+ <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>
21
22
 
22
23
  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/
23
24
 
24
- gem install ruby_captivate
25
- add the gem to your gemfile and then run the generator:
25
+ run:
26
+
27
+ <b>gem install ruby_captivate</b>
28
+
29
+ Add the gem to your gemfile and then run the generator:
26
30
 
27
- rails generate ruby_captivate:install
31
+ <b>rails generate ruby_captivate:install</b>
28
32
 
29
33
  == LICENSE:
30
34
 
@@ -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.36"
5
+ s.version = "1.1.0"
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.0.36
4
+ version: 1.1.0
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: &17668760 !ruby/object:Gem::Requirement
16
+ requirement: &10760740 !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: *17668760
24
+ version_requirements: *10760740
25
25
  description: Adobe Captivate reporting for Rails 3.0+
26
26
  email: mleveton@prepcloud.com
27
27
  executables:
@@ -50,7 +50,6 @@ files:
50
50
  - lib/generators/ruby_captivate/install/install_generator.rb~
51
51
  - lib/generators/ruby_captivate/templates/captivate_results_controller.rb
52
52
  - lib/generators/ruby_captivate/templates/captivate_results_controller.rb~
53
- - ruby_captivate-1.0.35.gem
54
53
  - ruby_captivate.gemspec
55
54
  - test/test_ruby_captivate.rb
56
55
  homepage: https://github.com/Leveton/ruby_captivate
Binary file