yard-rest-plugin 0.1.1 → 0.1.2

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.
data/Rakefile CHANGED
@@ -10,7 +10,6 @@ begin
10
10
  gem.email = "aisha.fenton@visfleet.com"
11
11
  gem.homepage = "http://github.com/visfleet/yard-rest-plugin"
12
12
  gem.authors = ["Aisha Fenton"]
13
- # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
14
13
  end
15
14
  Jeweler::GemcutterTasks.new
16
15
  rescue LoadError
@@ -20,7 +19,7 @@ end
20
19
  namespace :ex do
21
20
  desc "Generate example docs"
22
21
  task :generate do
23
- `yardoc 'example/*.rb' -t rest --backtrace -p ./templates -e ./lib/yard_rest_plugin.rb -r example/README.markdown --title 'Sample API'`
22
+ `yardoc 'example/*.rb' -t rest --backtrace -p ./templates -e ./lib/yard-rest-plugin.rb -r example/README.markdown --title 'Sample API'`
24
23
  end
25
24
 
26
25
  desc "Clean example docs"
@@ -28,4 +27,5 @@ namespace :ex do
28
27
  `rm -R doc`
29
28
  `rm -R .yardoc`
30
29
  end
31
- end
30
+
31
+ end
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,7 +2,7 @@
2
2
  # XXX Is there a better way to deal with this?
3
3
  $LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))
4
4
 
5
- require "yard_rest_plugin/base_helper"
5
+ require "yard-rest-plugin/base_helper"
6
6
 
7
7
  YARD::Templates::Engine.register_template_path File.dirname(__FILE__) + '/../templates'
8
8
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{yard-rest-plugin}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Aisha Fenton"]
@@ -21,8 +21,8 @@ Gem::Specification.new do |s|
21
21
  "VERSION",
22
22
  "example/README.markdown",
23
23
  "example/SampleController.rb",
24
- "lib/yard_rest_plugin.rb",
25
- "lib/yard_rest_plugin/base_helper.rb",
24
+ "lib/yard-rest-plugin.rb",
25
+ "lib/yard-rest-plugin/base_helper.rb",
26
26
  "templates/rest/.DS_Store",
27
27
  "templates/rest/class/html/setup.rb",
28
28
  "templates/rest/docstring/html/setup.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aisha Fenton
@@ -32,8 +32,8 @@ files:
32
32
  - VERSION
33
33
  - example/README.markdown
34
34
  - example/SampleController.rb
35
- - lib/yard_rest_plugin.rb
36
- - lib/yard_rest_plugin/base_helper.rb
35
+ - lib/yard-rest-plugin.rb
36
+ - lib/yard-rest-plugin/base_helper.rb
37
37
  - templates/rest/.DS_Store
38
38
  - templates/rest/class/html/setup.rb
39
39
  - templates/rest/docstring/html/setup.rb