oldie_rails_models 0.2.4 → 0.2.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b13b5a09ef7cc5a5291bae42da981edfd23f4ca1
4
- data.tar.gz: a1576ea63e0602d5ea3fa0b0700f167913b16b06
3
+ metadata.gz: f7e6f127a98df7b6bc7a824b87c731808a8380ef
4
+ data.tar.gz: a5431b650ab57bd0bcfbc885752e11bb25a43397
5
5
  SHA512:
6
- metadata.gz: 4a01077408772fe6e59a012031daa85f4c7472d27cfcf38a787418f40750c7fb3eafd4ff27ce0bbfb78f879d021d5ea45695d2fa57497307f91bec1f42f85ee4
7
- data.tar.gz: 9e0b04454e4251cd462aa28a6b49fdc58124b6732d4d73541f62fb888fad91d604d137aa1d6a10c3256dc1d6e666c42f33e522fe6f4ae03284aca4443651eb4b
6
+ metadata.gz: 2ef75a6f199badbe04363302496c8dfb32eaf541f25611e50f7e8e11b999d4f926c909011bd152cebccd35a06678a18953a92f4d4ae9c47517b6a807bc06afce
7
+ data.tar.gz: 72ffdfbc48b00b8b79d013ec7eae47934b00f2028097b38224664843f363d19930bd1bfad37b315a7aad7079f29d3161804f85d908bbf84f4c2042ffd5c75562
@@ -56,22 +56,6 @@ module OldieRailsModels
56
56
  before_validation *add_parameter(args, { on: :update })
57
57
  end
58
58
 
59
- # def before_destroy
60
-
61
- # end
62
-
63
- # validates_acceptance_of (<= v2.3.8)
64
- # validates_associated (<= v2.3.8)
65
- # validates_confirmation_of (<= v2.3.8)
66
- # validates_exclusion_of (<= v2.3.8)
67
- # validates_format_of (<= v2.3.8)
68
- # validates_inclusion_of (<= v2.3.8)
69
- # validates_length_of (<= v2.3.8)
70
- # validates_numericality_of (<= v2.3.8)
71
- # validates_presence_of (<= v2.3.8)
72
- # validates_size_of (<= v2.3.8)
73
- # validates_uniqueness_of (<= v2.3.8)
74
-
75
59
  def set_primary_key(*args)
76
60
  # self.primary_key = *args
77
61
  end
@@ -80,14 +64,6 @@ module OldieRailsModels
80
64
  self.table_name = *args
81
65
  end
82
66
 
83
- def conditions(*args)
84
- where *args
85
- end
86
-
87
- def conditions(*args)
88
- where *args
89
- end
90
-
91
67
  def attr_accessible(*args); end
92
68
 
93
69
  private
@@ -1,3 +1,3 @@
1
1
  module OldieRailsModels
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oldie_rails_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Dubovskoy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-21 00:00:00.000000000 Z
11
+ date: 2014-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -31,9 +31,9 @@ executables: []
31
31
  extensions: []
32
32
  extra_rdoc_files: []
33
33
  files:
34
- - lib/oldie_rails_models/version.rb
35
- - lib/oldie_rails_models/model.rb
36
34
  - lib/oldie_rails_models/mailer.rb
35
+ - lib/oldie_rails_models/model.rb
36
+ - lib/oldie_rails_models/version.rb
37
37
  - lib/oldie_rails_models.rb
38
38
  - MIT-LICENSE
39
39
  - Rakefile