boochtek-rails-crud_actions 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/Manifest.txt CHANGED
@@ -2,6 +2,7 @@ features/development.feature
2
2
  features/steps/common.rb
3
3
  features/steps/env.rb
4
4
  History.txt
5
+ init.rb
5
6
  lib/rails-crud_actions.rb
6
7
  Manifest.txt
7
8
  PostInstall.txt
data/init.rb ADDED
@@ -0,0 +1 @@
1
+ require File.join(File.dirname(__FILE__), 'lib', 'crud_actions')
@@ -4,7 +4,7 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  module BoochTek
5
5
  module Rails
6
6
  module CrudActions
7
- VERSION = '0.0.2'
7
+ VERSION = '0.0.3'
8
8
  class << self
9
9
  def included(base)
10
10
  base.extend ClassMethods
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rails-crud_actions}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Craig Buchek"]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{Provides default CRUD actions for a Rails controller.}
11
11
  s.email = ["craig@boochtek.com"]
12
12
  s.extra_rdoc_files = ["History.txt", "Manifest.txt", "PostInstall.txt", "README.rdoc"]
13
- s.files = ["features/development.feature", "features/steps/common.rb", "features/steps/env.rb", "History.txt", "lib/rails-crud_actions.rb", "Manifest.txt", "PostInstall.txt", "rails-crud_actions.gemspec", "Rakefile", "README.rdoc", "spec/rails-crud_actions_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/rspec.rake", "tmp/tests.out"]
13
+ s.files = ["features/development.feature", "features/steps/common.rb", "features/steps/env.rb", "History.txt", "init.rb", "lib/rails-crud_actions.rb", "Manifest.txt", "PostInstall.txt", "rails-crud_actions.gemspec", "Rakefile", "README.rdoc", "spec/rails-crud_actions_spec.rb", "spec/spec.opts", "spec/spec_helper.rb", "tasks/rspec.rake", "tmp/tests.out"]
14
14
  s.has_rdoc = true
15
15
  s.homepage = %q{http://github.com/boochtek/rails-crud_actions}
16
16
  s.post_install_message = %q{PostInstall.txt}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boochtek-rails-crud_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Craig Buchek
@@ -47,6 +47,7 @@ files:
47
47
  - features/steps/common.rb
48
48
  - features/steps/env.rb
49
49
  - History.txt
50
+ - init.rb
50
51
  - lib/rails-crud_actions.rb
51
52
  - Manifest.txt
52
53
  - PostInstall.txt