ruby_captivate 1.0.10 → 1.0.13

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.
Files changed (105) hide show
  1. data/.autotest +23 -0
  2. data/History.txt +6 -0
  3. data/Manifest.txt +8 -0
  4. data/README.txt~ +59 -0
  5. data/Rakefile +22 -0
  6. data/Rakefile~ +22 -0
  7. data/bin/initializer_generator.rb +1 -0
  8. data/bin/initializer_generator.rb~ +5 -0
  9. data/bin/install.rb +1 -0
  10. data/bin/install.rb~ +5 -0
  11. data/lib/generators/install_generator.rb +24 -0
  12. data/lib/generators/install_generator.rb~ +0 -0
  13. data/lib/generators/ruby_captivate/initializer_generator.rb +6 -0
  14. data/lib/generators/ruby_captivate/initializer_generator.rb~ +0 -0
  15. data/lib/generators/ruby_captivate/install/install_generator.rb +21 -0
  16. data/lib/generators/ruby_captivate/install/install_generator.rb~ +27 -0
  17. data/lib/ruby_captivate.rb~ +20 -0
  18. data/pkg/ruby_captivate-1.0.0/.autotest +23 -0
  19. data/pkg/ruby_captivate-1.0.0/.gemtest +0 -0
  20. data/pkg/ruby_captivate-1.0.0/History.txt +6 -0
  21. data/pkg/ruby_captivate-1.0.0/Manifest.txt +8 -0
  22. data/pkg/ruby_captivate-1.0.0/README.txt +59 -0
  23. data/pkg/ruby_captivate-1.0.0/Rakefile +22 -0
  24. data/pkg/ruby_captivate-1.0.0/bin/ruby_captivate +11 -0
  25. data/pkg/ruby_captivate-1.0.0/lib/ruby_captivate.rb +20 -0
  26. data/pkg/ruby_captivate-1.0.0/test/test_ruby_captivate.rb +8 -0
  27. data/pkg/ruby_captivate-1.0.0.gem +0 -0
  28. data/pkg/ruby_captivate-1.0.1/.autotest +23 -0
  29. data/pkg/ruby_captivate-1.0.1/.gemtest +0 -0
  30. data/pkg/ruby_captivate-1.0.1/History.txt +6 -0
  31. data/pkg/ruby_captivate-1.0.1/Manifest.txt +8 -0
  32. data/pkg/ruby_captivate-1.0.1/README.txt +59 -0
  33. data/pkg/ruby_captivate-1.0.1/Rakefile +22 -0
  34. data/pkg/ruby_captivate-1.0.1/bin/ruby_captivate +11 -0
  35. data/pkg/ruby_captivate-1.0.1/lib/ruby_captivate.rb +20 -0
  36. data/pkg/ruby_captivate-1.0.1/test/test_ruby_captivate.rb +8 -0
  37. data/pkg/ruby_captivate-1.0.1.gem +0 -0
  38. data/pkg/ruby_captivate-1.0.2/.autotest +23 -0
  39. data/pkg/ruby_captivate-1.0.2/.gemtest +0 -0
  40. data/pkg/ruby_captivate-1.0.2/History.txt +6 -0
  41. data/pkg/ruby_captivate-1.0.2/Manifest.txt +8 -0
  42. data/pkg/ruby_captivate-1.0.2/README.txt +59 -0
  43. data/pkg/ruby_captivate-1.0.2/Rakefile +22 -0
  44. data/pkg/ruby_captivate-1.0.2/bin/ruby_captivate +11 -0
  45. data/pkg/ruby_captivate-1.0.2/lib/ruby_captivate.rb +20 -0
  46. data/pkg/ruby_captivate-1.0.2/test/test_ruby_captivate.rb +8 -0
  47. data/pkg/ruby_captivate-1.0.2.gem +0 -0
  48. data/pkg/ruby_captivate-1.0.3/.autotest +23 -0
  49. data/pkg/ruby_captivate-1.0.3/.gemtest +0 -0
  50. data/pkg/ruby_captivate-1.0.3/History.txt +6 -0
  51. data/pkg/ruby_captivate-1.0.3/Manifest.txt +8 -0
  52. data/pkg/ruby_captivate-1.0.3/README.txt +59 -0
  53. data/pkg/ruby_captivate-1.0.3/Rakefile +22 -0
  54. data/pkg/ruby_captivate-1.0.3/bin/ruby_captivate +11 -0
  55. data/pkg/ruby_captivate-1.0.3/lib/ruby_captivate.rb +20 -0
  56. data/pkg/ruby_captivate-1.0.3/test/test_ruby_captivate.rb +8 -0
  57. data/pkg/ruby_captivate-1.0.3.gem +0 -0
  58. data/pkg/ruby_captivate-1.0.4/.autotest +23 -0
  59. data/pkg/ruby_captivate-1.0.4/.gemtest +0 -0
  60. data/pkg/ruby_captivate-1.0.4/History.txt +6 -0
  61. data/pkg/ruby_captivate-1.0.4/Manifest.txt +8 -0
  62. data/pkg/ruby_captivate-1.0.4/README.txt +59 -0
  63. data/pkg/ruby_captivate-1.0.4/Rakefile +22 -0
  64. data/pkg/ruby_captivate-1.0.4/bin/ruby_captivate +11 -0
  65. data/pkg/ruby_captivate-1.0.4/lib/ruby_captivate.rb +20 -0
  66. data/pkg/ruby_captivate-1.0.4/test/test_ruby_captivate.rb +8 -0
  67. data/pkg/ruby_captivate-1.0.4.gem +0 -0
  68. data/pkg/ruby_captivate-1.0.5/.autotest +23 -0
  69. data/pkg/ruby_captivate-1.0.5/.gemtest +0 -0
  70. data/pkg/ruby_captivate-1.0.5/History.txt +6 -0
  71. data/pkg/ruby_captivate-1.0.5/Manifest.txt +8 -0
  72. data/pkg/ruby_captivate-1.0.5/README.txt +59 -0
  73. data/pkg/ruby_captivate-1.0.5/Rakefile +22 -0
  74. data/pkg/ruby_captivate-1.0.5/bin/ruby_captivate +11 -0
  75. data/pkg/ruby_captivate-1.0.5/lib/ruby_captivate.rb +20 -0
  76. data/pkg/ruby_captivate-1.0.5/test/test_ruby_captivate.rb +8 -0
  77. data/pkg/ruby_captivate-1.0.5.gem +0 -0
  78. data/pkg/ruby_captivate-1.0.6/.autotest +23 -0
  79. data/pkg/ruby_captivate-1.0.6/.gemtest +0 -0
  80. data/pkg/ruby_captivate-1.0.6/History.txt +6 -0
  81. data/pkg/ruby_captivate-1.0.6/Manifest.txt +8 -0
  82. data/pkg/ruby_captivate-1.0.6/README.txt +59 -0
  83. data/pkg/ruby_captivate-1.0.6/Rakefile +22 -0
  84. data/pkg/ruby_captivate-1.0.6/bin/ruby_captivate +11 -0
  85. data/pkg/ruby_captivate-1.0.6/lib/ruby_captivate.rb +20 -0
  86. data/pkg/ruby_captivate-1.0.6/test/test_ruby_captivate.rb +8 -0
  87. data/pkg/ruby_captivate-1.0.6.gem +0 -0
  88. data/pkg/ruby_captivate-1.0.7/.autotest +23 -0
  89. data/pkg/ruby_captivate-1.0.7/.gemtest +0 -0
  90. data/pkg/ruby_captivate-1.0.7/History.txt +6 -0
  91. data/pkg/ruby_captivate-1.0.7/Manifest.txt +8 -0
  92. data/pkg/ruby_captivate-1.0.7/README.txt +59 -0
  93. data/pkg/ruby_captivate-1.0.7/Rakefile +22 -0
  94. data/pkg/ruby_captivate-1.0.7/bin/ruby_captivate +11 -0
  95. data/pkg/ruby_captivate-1.0.7/lib/ruby_captivate.rb +20 -0
  96. data/pkg/ruby_captivate-1.0.7/test/test_ruby_captivate.rb +8 -0
  97. data/pkg/ruby_captivate-1.0.7.gem +0 -0
  98. data/ruby_captivate-1.0.10.gem +0 -0
  99. data/ruby_captivate-1.0.11.gem +0 -0
  100. data/ruby_captivate-1.0.12.gem +0 -0
  101. data/ruby_captivate-1.0.8.gem +0 -0
  102. data/ruby_captivate-1.0.9.gem +0 -0
  103. data/ruby_captivate.gemspec +19 -0
  104. data/ruby_captivate.gemspec~ +19 -0
  105. metadata +110 -4
@@ -0,0 +1,23 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'autotest/restart'
4
+
5
+ # Autotest.add_hook :initialize do |at|
6
+ # at.extra_files << "../some/external/dependency.rb"
7
+ #
8
+ # at.libs << ":../some/external"
9
+ #
10
+ # at.add_exception 'vendor'
11
+ #
12
+ # at.add_mapping(/dependency.rb/) do |f, _|
13
+ # at.files_matching(/test_.*rb$/)
14
+ # end
15
+ #
16
+ # %w(TestA TestB).each do |klass|
17
+ # at.extra_class_map[klass] = "test/test_misc.rb"
18
+ # end
19
+ # end
20
+
21
+ # Autotest.add_hook :run_command do |at|
22
+ # system "rake build"
23
+ # end
File without changes
@@ -0,0 +1,6 @@
1
+ === 1.0.0 / 2012-01-28
2
+
3
+ * 1 major enhancement
4
+
5
+ * Birthday!
6
+
@@ -0,0 +1,8 @@
1
+ .autotest
2
+ History.txt
3
+ Manifest.txt
4
+ README.txt
5
+ Rakefile
6
+ bin/ruby_captivate
7
+ lib/ruby_captivate.rb
8
+ test/test_ruby_captivate.rb
@@ -0,0 +1,59 @@
1
+ = ruby_captivate
2
+
3
+ https://github.com/Leveton/ruby_captivate
4
+
5
+ == DESCRIPTION:
6
+
7
+ Process Adobe Captivate SWF files with Ruby.
8
+
9
+ == FEATURES/PROBLEMS:
10
+
11
+ In your Captivate instance, you must specify a target URL of http://www.<yourdomain.com>/ruby_captivate
12
+
13
+ More detailed instructions on how to set up the reporting of results at the Captivate end can be found here: https://tv.adobe.com/watch/publish-and-track-results/reporting-using-lms-or-internal-server/
14
+
15
+ == SYNOPSIS:
16
+ Creates a "captivate_results" directory in the "doc" directory of your project. In "captivate_results", XML files containing the Captivate quiz results will be appear after a quiz completed. Creates the necessary route and controller upon calling "rails generate ruby_captivate:install"
17
+ 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
18
+
19
+ == REQUIREMENTS:
20
+
21
+ Tested on rails >= 3.0
22
+
23
+ == INSTALL:
24
+
25
+ rails generate ruby_captivate:install
26
+
27
+ == DEVELOPERS:
28
+
29
+ After checking out the source, run:
30
+
31
+ $ rake newb
32
+
33
+ This task will install any missing dependencies, run the tests/specs,
34
+ and generate the RDoc.
35
+
36
+ == LICENSE:
37
+
38
+ (The MIT License)
39
+
40
+ Copyright (c) 2012 Michael Leveton
41
+
42
+ Permission is hereby granted, free of charge, to any person obtaining
43
+ a copy of this software and associated documentation files (the
44
+ 'Software'), to deal in the Software without restriction, including
45
+ without limitation the rights to use, copy, modify, merge, publish,
46
+ distribute, sublicense, and/or sell copies of the Software, and to
47
+ permit persons to whom the Software is furnished to do so, subject to
48
+ the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be
51
+ included in all copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
54
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
56
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
57
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
58
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,22 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'rubygems'
4
+ require 'hoe'
5
+
6
+ # Hoe.plugin :compiler
7
+ # Hoe.plugin :gem_prelude_sucks
8
+ # Hoe.plugin :inline
9
+ # Hoe.plugin :racc
10
+ # Hoe.plugin :rubyforge
11
+
12
+ Hoe.spec 'ruby_captivate' do
13
+ # HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then
14
+ # you'll never have to touch them again!
15
+ # (delete this comment too, of course)
16
+
17
+ developer('Michael Leveton', 'mleveton@prepcloud.com')
18
+
19
+ # self.rubyforge_name = 'ruby_captivatex' # if different than 'ruby_captivate'
20
+ end
21
+
22
+ # vim: syntax=ruby
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+ require 'ruby_captivate'
3
+ #puts RubyCaptivate.hola(ARGV[0])
4
+
5
+ class InitializerGenerator < Rails::Generators::Base
6
+ def create_initializer_file
7
+ create_file "config/initializers/initializer.rb", "# Add initialization content here"
8
+ end
9
+ end
10
+
11
+ abort "you need to write me"
@@ -0,0 +1,20 @@
1
+ class RubyCaptivate
2
+ VERSION = '1.0.7'
3
+
4
+ def process_captivate_results
5
+ company_name = params[:CompanyName]
6
+ department_name = params[:DepartmentName]
7
+ course_name = params[:CourseName]
8
+ file_name = params[:Filename]
9
+ file_data = params[:Filedata]
10
+ file_path = File.join("#{Rails.root}/doc", "CaptivateResults", company_name, department_name, course_name)
11
+ FileUtils.mkdir_p(file_path)
12
+ file_path = File.join(file_path, file_name)
13
+ handle = File.open(file_path, 'w' )
14
+ handle << file_data
15
+ handle.close
16
+ #file_save = File.open(handle)
17
+ end
18
+
19
+
20
+ end
@@ -0,0 +1,8 @@
1
+ require "test/unit"
2
+ require "ruby_captivate"
3
+
4
+ class TestRubyCaptivate < Test::Unit::TestCase
5
+ def test_sanity
6
+ flunk "write tests or I will kneecap you"
7
+ end
8
+ end
Binary file
@@ -0,0 +1,23 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'autotest/restart'
4
+
5
+ # Autotest.add_hook :initialize do |at|
6
+ # at.extra_files << "../some/external/dependency.rb"
7
+ #
8
+ # at.libs << ":../some/external"
9
+ #
10
+ # at.add_exception 'vendor'
11
+ #
12
+ # at.add_mapping(/dependency.rb/) do |f, _|
13
+ # at.files_matching(/test_.*rb$/)
14
+ # end
15
+ #
16
+ # %w(TestA TestB).each do |klass|
17
+ # at.extra_class_map[klass] = "test/test_misc.rb"
18
+ # end
19
+ # end
20
+
21
+ # Autotest.add_hook :run_command do |at|
22
+ # system "rake build"
23
+ # end
File without changes
@@ -0,0 +1,6 @@
1
+ === 1.0.0 / 2012-01-28
2
+
3
+ * 1 major enhancement
4
+
5
+ * Birthday!
6
+
@@ -0,0 +1,8 @@
1
+ .autotest
2
+ History.txt
3
+ Manifest.txt
4
+ README.txt
5
+ Rakefile
6
+ bin/ruby_captivate
7
+ lib/ruby_captivate.rb
8
+ test/test_ruby_captivate.rb
@@ -0,0 +1,59 @@
1
+ = ruby_captivate
2
+
3
+ https://github.com/Leveton/ruby_captivate
4
+
5
+ == DESCRIPTION:
6
+
7
+ Process Adobe Captivate SWF files with Ruby.
8
+
9
+ == FEATURES/PROBLEMS:
10
+
11
+ In your Captivate instance, you must specify a target URL of http://www.<yourdomain.com>/ruby_captivate
12
+
13
+ More detailed instructions on how to set up the reporting of results at the Captivate end can be found here: https://tv.adobe.com/watch/publish-and-track-results/reporting-using-lms-or-internal-server/
14
+
15
+ == SYNOPSIS:
16
+ Creates a "captivate_results" directory in the "doc" directory of your project. In "captivate_results", XML files containing the Captivate quiz results will be appear after a quiz completed. Creates the necessary route and controller upon calling "rails generate ruby_captivate:install"
17
+ 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
18
+
19
+ == REQUIREMENTS:
20
+
21
+ Tested on rails >= 3.0
22
+
23
+ == INSTALL:
24
+
25
+ rails generate ruby_captivate:install
26
+
27
+ == DEVELOPERS:
28
+
29
+ After checking out the source, run:
30
+
31
+ $ rake newb
32
+
33
+ This task will install any missing dependencies, run the tests/specs,
34
+ and generate the RDoc.
35
+
36
+ == LICENSE:
37
+
38
+ (The MIT License)
39
+
40
+ Copyright (c) 2012 Michael Leveton
41
+
42
+ Permission is hereby granted, free of charge, to any person obtaining
43
+ a copy of this software and associated documentation files (the
44
+ 'Software'), to deal in the Software without restriction, including
45
+ without limitation the rights to use, copy, modify, merge, publish,
46
+ distribute, sublicense, and/or sell copies of the Software, and to
47
+ permit persons to whom the Software is furnished to do so, subject to
48
+ the following conditions:
49
+
50
+ The above copyright notice and this permission notice shall be
51
+ included in all copies or substantial portions of the Software.
52
+
53
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
54
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
55
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
56
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
57
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
58
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
59
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,22 @@
1
+ # -*- ruby -*-
2
+
3
+ require 'rubygems'
4
+ require 'hoe'
5
+
6
+ # Hoe.plugin :compiler
7
+ # Hoe.plugin :gem_prelude_sucks
8
+ # Hoe.plugin :inline
9
+ # Hoe.plugin :racc
10
+ # Hoe.plugin :rubyforge
11
+
12
+ Hoe.spec 'ruby_captivate' do
13
+ # HEY! If you fill these out in ~/.hoe_template/Rakefile.erb then
14
+ # you'll never have to touch them again!
15
+ # (delete this comment too, of course)
16
+
17
+ developer('Michael Leveton', 'mleveton@prepcloud.com')
18
+
19
+ # self.rubyforge_name = 'ruby_captivatex' # if different than 'ruby_captivate'
20
+ end
21
+
22
+ # vim: syntax=ruby
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env ruby
2
+ require 'ruby_captivate'
3
+ #puts RubyCaptivate.hola(ARGV[0])
4
+
5
+ class InitializerGenerator < Rails::Generators::Base
6
+ def create_initializer_file
7
+ create_file "config/initializers/initializer.rb", "# Add initialization content here"
8
+ end
9
+ end
10
+
11
+ abort "you need to write me"
@@ -0,0 +1,20 @@
1
+ class RubyCaptivate
2
+ VERSION = '1.0.7'
3
+
4
+ def process_captivate_results
5
+ company_name = params[:CompanyName]
6
+ department_name = params[:DepartmentName]
7
+ course_name = params[:CourseName]
8
+ file_name = params[:Filename]
9
+ file_data = params[:Filedata]
10
+ file_path = File.join("#{Rails.root}/doc", "CaptivateResults", company_name, department_name, course_name)
11
+ FileUtils.mkdir_p(file_path)
12
+ file_path = File.join(file_path, file_name)
13
+ handle = File.open(file_path, 'w' )
14
+ handle << file_data
15
+ handle.close
16
+ #file_save = File.open(handle)
17
+ end
18
+
19
+
20
+ end
@@ -0,0 +1,8 @@
1
+ require "test/unit"
2
+ require "ruby_captivate"
3
+
4
+ class TestRubyCaptivate < Test::Unit::TestCase
5
+ def test_sanity
6
+ flunk "write tests or I will kneecap you"
7
+ end
8
+ end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,19 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "ruby_captivate"
5
+ s.version = "1.0.13"
6
+ s.authors = ["Michael Leveton"]
7
+ s.date = %q{2012-01-27}
8
+ s.description = 'Adobe Captivate reporting for Ruby'
9
+ s.summary = s.description
10
+ s.email = 'mleveton@prepcloud.com'
11
+ s.files = `git ls-files`.split("\n")
12
+ #s.files = ['README.txt', 'lib/ruby_captivate.rb','test/test_ruby_captivate.rb', 'bin/install.rb', 'bin/initializer_generator.rb']
13
+ s.homepage = 'https://github.com/Leveton/ruby_captivate'
14
+ s.has_rdoc = true
15
+ s.rubyforge_project = 'ruby_captivate'
16
+ s.bindir = "bin"
17
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
+ s.require_paths = ["lib"]
19
+ end
@@ -0,0 +1,19 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = "ruby_captivate"
5
+ s.version = "1.0.12"
6
+ s.authors = ["Michael Leveton"]
7
+ s.date = %q{2012-01-27}
8
+ s.description = 'Adobe Captivate reporting for Ruby'
9
+ s.summary = s.description
10
+ s.email = 'mleveton@prepcloud.com'
11
+ s.files = `git ls-files`.split("\n")
12
+ #s.files = ['README.txt', 'lib/ruby_captivate.rb','test/test_ruby_captivate.rb', 'bin/install.rb', 'bin/initializer_generator.rb']
13
+ s.homepage = 'https://github.com/Leveton/ruby_captivate'
14
+ s.has_rdoc = true
15
+ s.rubyforge_project = 'ruby_captivate'
16
+ s.bindir = "bin"
17
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
+ s.require_paths = ["lib"]
19
+ 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.10
4
+ version: 1.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,18 +14,124 @@ dependencies: []
14
14
  description: Adobe Captivate reporting for Ruby
15
15
  email: mleveton@prepcloud.com
16
16
  executables:
17
+ - initializer_generator.rb
18
+ - initializer_generator.rb~
19
+ - install.rb
20
+ - install.rb~
17
21
  - ruby_captivate
18
22
  - ruby_captivate~
19
23
  extensions: []
20
24
  extra_rdoc_files: []
21
25
  files:
26
+ - .autotest
27
+ - History.txt
28
+ - Manifest.txt
22
29
  - README.txt
23
- - lib/ruby_captivate.rb
24
- - test/test_ruby_captivate.rb
25
- - bin/install.rb
30
+ - README.txt~
31
+ - Rakefile
32
+ - Rakefile~
26
33
  - bin/initializer_generator.rb
34
+ - bin/initializer_generator.rb~
35
+ - bin/install.rb
36
+ - bin/install.rb~
27
37
  - bin/ruby_captivate
28
38
  - bin/ruby_captivate~
39
+ - lib/generators/install_generator.rb
40
+ - lib/generators/install_generator.rb~
41
+ - lib/generators/ruby_captivate/initializer_generator.rb
42
+ - lib/generators/ruby_captivate/initializer_generator.rb~
43
+ - lib/generators/ruby_captivate/install/install_generator.rb
44
+ - lib/generators/ruby_captivate/install/install_generator.rb~
45
+ - lib/ruby_captivate.rb
46
+ - lib/ruby_captivate.rb~
47
+ - pkg/ruby_captivate-1.0.0.gem
48
+ - pkg/ruby_captivate-1.0.0/.autotest
49
+ - pkg/ruby_captivate-1.0.0/.gemtest
50
+ - pkg/ruby_captivate-1.0.0/History.txt
51
+ - pkg/ruby_captivate-1.0.0/Manifest.txt
52
+ - pkg/ruby_captivate-1.0.0/README.txt
53
+ - pkg/ruby_captivate-1.0.0/Rakefile
54
+ - pkg/ruby_captivate-1.0.0/bin/ruby_captivate
55
+ - pkg/ruby_captivate-1.0.0/lib/ruby_captivate.rb
56
+ - pkg/ruby_captivate-1.0.0/test/test_ruby_captivate.rb
57
+ - pkg/ruby_captivate-1.0.1.gem
58
+ - pkg/ruby_captivate-1.0.1/.autotest
59
+ - pkg/ruby_captivate-1.0.1/.gemtest
60
+ - pkg/ruby_captivate-1.0.1/History.txt
61
+ - pkg/ruby_captivate-1.0.1/Manifest.txt
62
+ - pkg/ruby_captivate-1.0.1/README.txt
63
+ - pkg/ruby_captivate-1.0.1/Rakefile
64
+ - pkg/ruby_captivate-1.0.1/bin/ruby_captivate
65
+ - pkg/ruby_captivate-1.0.1/lib/ruby_captivate.rb
66
+ - pkg/ruby_captivate-1.0.1/test/test_ruby_captivate.rb
67
+ - pkg/ruby_captivate-1.0.2.gem
68
+ - pkg/ruby_captivate-1.0.2/.autotest
69
+ - pkg/ruby_captivate-1.0.2/.gemtest
70
+ - pkg/ruby_captivate-1.0.2/History.txt
71
+ - pkg/ruby_captivate-1.0.2/Manifest.txt
72
+ - pkg/ruby_captivate-1.0.2/README.txt
73
+ - pkg/ruby_captivate-1.0.2/Rakefile
74
+ - pkg/ruby_captivate-1.0.2/bin/ruby_captivate
75
+ - pkg/ruby_captivate-1.0.2/lib/ruby_captivate.rb
76
+ - pkg/ruby_captivate-1.0.2/test/test_ruby_captivate.rb
77
+ - pkg/ruby_captivate-1.0.3.gem
78
+ - pkg/ruby_captivate-1.0.3/.autotest
79
+ - pkg/ruby_captivate-1.0.3/.gemtest
80
+ - pkg/ruby_captivate-1.0.3/History.txt
81
+ - pkg/ruby_captivate-1.0.3/Manifest.txt
82
+ - pkg/ruby_captivate-1.0.3/README.txt
83
+ - pkg/ruby_captivate-1.0.3/Rakefile
84
+ - pkg/ruby_captivate-1.0.3/bin/ruby_captivate
85
+ - pkg/ruby_captivate-1.0.3/lib/ruby_captivate.rb
86
+ - pkg/ruby_captivate-1.0.3/test/test_ruby_captivate.rb
87
+ - pkg/ruby_captivate-1.0.4.gem
88
+ - pkg/ruby_captivate-1.0.4/.autotest
89
+ - pkg/ruby_captivate-1.0.4/.gemtest
90
+ - pkg/ruby_captivate-1.0.4/History.txt
91
+ - pkg/ruby_captivate-1.0.4/Manifest.txt
92
+ - pkg/ruby_captivate-1.0.4/README.txt
93
+ - pkg/ruby_captivate-1.0.4/Rakefile
94
+ - pkg/ruby_captivate-1.0.4/bin/ruby_captivate
95
+ - pkg/ruby_captivate-1.0.4/lib/ruby_captivate.rb
96
+ - pkg/ruby_captivate-1.0.4/test/test_ruby_captivate.rb
97
+ - pkg/ruby_captivate-1.0.5.gem
98
+ - pkg/ruby_captivate-1.0.5/.autotest
99
+ - pkg/ruby_captivate-1.0.5/.gemtest
100
+ - pkg/ruby_captivate-1.0.5/History.txt
101
+ - pkg/ruby_captivate-1.0.5/Manifest.txt
102
+ - pkg/ruby_captivate-1.0.5/README.txt
103
+ - pkg/ruby_captivate-1.0.5/Rakefile
104
+ - pkg/ruby_captivate-1.0.5/bin/ruby_captivate
105
+ - pkg/ruby_captivate-1.0.5/lib/ruby_captivate.rb
106
+ - pkg/ruby_captivate-1.0.5/test/test_ruby_captivate.rb
107
+ - pkg/ruby_captivate-1.0.6.gem
108
+ - pkg/ruby_captivate-1.0.6/.autotest
109
+ - pkg/ruby_captivate-1.0.6/.gemtest
110
+ - pkg/ruby_captivate-1.0.6/History.txt
111
+ - pkg/ruby_captivate-1.0.6/Manifest.txt
112
+ - pkg/ruby_captivate-1.0.6/README.txt
113
+ - pkg/ruby_captivate-1.0.6/Rakefile
114
+ - pkg/ruby_captivate-1.0.6/bin/ruby_captivate
115
+ - pkg/ruby_captivate-1.0.6/lib/ruby_captivate.rb
116
+ - pkg/ruby_captivate-1.0.6/test/test_ruby_captivate.rb
117
+ - pkg/ruby_captivate-1.0.7.gem
118
+ - pkg/ruby_captivate-1.0.7/.autotest
119
+ - pkg/ruby_captivate-1.0.7/.gemtest
120
+ - pkg/ruby_captivate-1.0.7/History.txt
121
+ - pkg/ruby_captivate-1.0.7/Manifest.txt
122
+ - pkg/ruby_captivate-1.0.7/README.txt
123
+ - pkg/ruby_captivate-1.0.7/Rakefile
124
+ - pkg/ruby_captivate-1.0.7/bin/ruby_captivate
125
+ - pkg/ruby_captivate-1.0.7/lib/ruby_captivate.rb
126
+ - pkg/ruby_captivate-1.0.7/test/test_ruby_captivate.rb
127
+ - ruby_captivate-1.0.10.gem
128
+ - ruby_captivate-1.0.11.gem
129
+ - ruby_captivate-1.0.12.gem
130
+ - ruby_captivate-1.0.8.gem
131
+ - ruby_captivate-1.0.9.gem
132
+ - ruby_captivate.gemspec
133
+ - ruby_captivate.gemspec~
134
+ - test/test_ruby_captivate.rb
29
135
  homepage: https://github.com/Leveton/ruby_captivate
30
136
  licenses: []
31
137
  post_install_message: