rtiss_acts_as_versioned 0.7.5 → 0.7.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8e2f87959148531233f12e93e4f1eb2378d63a3b
4
- data.tar.gz: b3ece4f811f7e33010a16586f002c0f32f6c0fb6
3
+ metadata.gz: 8bc683271fa7762c9b9374d6a8b9ef9ac9838771
4
+ data.tar.gz: 1b4cf12f43c1ff427c614a7f41641f9803cefa6f
5
5
  SHA512:
6
- metadata.gz: e172aaea0a50d45d804114ecd3a4623edd903f611779e7f452155c2a267740f33a59e1483663e3103b7257b6e3e045e01d9683beb240ab847a2c0d417d67cdf6
7
- data.tar.gz: 6619d4c183f74541b815dac8e9196ab4d91efaf1b237bff9435c3ec3147e7c3ac93b7cba4c1abbc188747ecb05114cb7c3d81d93e684a8fd2bc599df47f1cf77
6
+ metadata.gz: 6f4d947e149ef35b3dd74eaa66ca75b7195b90ec8b863e30dcf9eb03d6da98657fff3cc5476cd21d14f8d5110928429d45dc02b2e27efc185c919f4a01d89e81
7
+ data.tar.gz: 11fd33365cf0866c6eac34232e736ac1167ebb50f9b247e126ecc733d97e20fcf781ec423db83d2d59ae9f89d345b08a1594d769435f91fcf985a5c070b7775c
@@ -20,7 +20,7 @@
20
20
  # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21
21
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
 
23
- VERSION = '0.7.5'
23
+ VERSION = '0.7.6'
24
24
 
25
25
  module ActiveRecord #:nodoc:
26
26
  module Acts #:nodoc:
@@ -276,7 +276,7 @@ module ActiveRecord #:nodoc:
276
276
  end
277
277
 
278
278
  new_version = clone
279
- new_version.version += 1
279
+ # new_version.version += 1
280
280
  new_version.send("#{self.original_class.deleted_in_original_table_flag}=", false)
281
281
  new_version.send("#{self.original_class.record_restored_flag}=", true)
282
282
  if new_version.respond_to? :updated_at=
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
12
12
  ## If your rubyforge_project name is different, then edit it and comment out
13
13
  ## the sub! line in the Rakefile
14
14
  s.name = 'rtiss_acts_as_versioned'
15
- s.version = '0.7.5'
15
+ s.version = '0.7.6'
16
16
  s.date = '2014-10-30'
17
17
  s.rubyforge_project = 'rtiss_acts_as_versioned'
18
18
  s.summary = "Add simple versioning to ActiveRecord models (TISS version)."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtiss_acts_as_versioned
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.5
4
+ version: 0.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Olson