nay-record_with_operator 0.0.5 → 0.0.6

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 (2) hide show
  1. data/Rakefile +3 -3
  2. metadata +4 -6
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ DESCRIPTION = "Rails plugin to set created_by, updated_by, deleted_by to ActiveR
12
12
  GITHUB_PROJECT = "record_with_operator"
13
13
  HOMEPAGE = "http://github.com/nay/#{GITHUB_PROJECT}/tree"
14
14
  BIN_FILES = %w( )
15
- VER = "0.0.5"
15
+ VER = "0.0.6"
16
16
  CLEAN.include ['pkg']
17
17
 
18
18
  desc 'Default: run unit tests.'
@@ -50,13 +50,13 @@ spec = Gem::Specification.new do |s|
50
50
  s.executables = BIN_FILES
51
51
  s.bindir = "bin"
52
52
  s.require_path = "lib"
53
- s.test_files = Dir["test/*"]
53
+ s.test_files = Dir["test/*.{rb,yml}"]
54
54
 
55
55
  s.add_dependency('activerecord', '>=2.2.0')
56
56
 
57
57
  s.files = %w(README.rdoc Rakefile MIT-LICENSE) +
58
58
  %w(install.rb uninstall.rb init.rb) +
59
- Dir.glob("{bin,doc,lib,tasks,test,rails}/**/*")
59
+ Dir.glob("{bin,doc,lib,tasks,rails}/**/*")
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nay-record_with_operator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yasuko Ohba
@@ -41,15 +41,14 @@ files:
41
41
  - lib/association_with_operator.rb
42
42
  - lib/record_with_operator.rb
43
43
  - tasks/record_with_operator_tasks.rake
44
- - test/database.yml
45
- - test/debug.log
44
+ - rails/init.rb
46
45
  - test/record_with_operator_belongs_to_association_test.rb
47
46
  - test/record_with_operator_has_one_association_test.rb
48
47
  - test/record_with_operator_test.rb
49
48
  - test/record_with_operator_user_class_name_test.rb
50
49
  - test/schema.rb
51
50
  - test/test_helper.rb
52
- - rails/init.rb
51
+ - test/database.yml
53
52
  has_rdoc: true
54
53
  homepage: http://github.com/nay/record_with_operator/tree
55
54
  post_install_message:
@@ -78,11 +77,10 @@ signing_key:
78
77
  specification_version: 2
79
78
  summary: Rails plugin to set created_by, updated_by, deleted_by to ActiveRecord objects. Supports associations.
80
79
  test_files:
81
- - test/database.yml
82
- - test/debug.log
83
80
  - test/record_with_operator_belongs_to_association_test.rb
84
81
  - test/record_with_operator_has_one_association_test.rb
85
82
  - test/record_with_operator_test.rb
86
83
  - test/record_with_operator_user_class_name_test.rb
87
84
  - test/schema.rb
88
85
  - test/test_helper.rb
86
+ - test/database.yml