xebec 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -10,7 +10,7 @@ namespace :doc do
10
10
  require 'yard/rake/yardoc_task'
11
11
 
12
12
  YARD::Rake::YardocTask.new(:generate) do |yt|
13
- yt.files = Dir.glob(File.join(project_root, 'lib', '**', '*.rb')) +
13
+ yt.files = Dir.glob(File.join(project_root, '{lib,doc/example_app}', '**', '*.rb')) +
14
14
  [ File.join(project_root, 'README.md') ]
15
15
  yt.options = ['--output-dir', doc_destination, '--readme', 'README.md']
16
16
  end
@@ -1,3 +1,5 @@
1
+ # Part of an example application showing the
2
+ # many features of Xebec.
1
3
  class ApplicationController < ActionController::Base
2
4
 
3
5
  # Add Xebec's view helper methods:
@@ -1,3 +1,5 @@
1
+ # Part of an example application showing the
2
+ # many features of Xebec.
1
3
  class PagesController < ApplicationController
2
4
 
3
5
  def show
@@ -1,3 +1,5 @@
1
+ # Part of an example application showing the
2
+ # many features of Xebec.
1
3
  class ProjectsController < ApplicationController
2
4
 
3
5
  # set the selected item for the :area navigation bar
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xebec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Rosen