active_file 0.0.2.2 → 0.0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -1,7 +1,9 @@
1
1
  #!/usr/bin/env rake
2
-
3
2
  require 'fileutils'
4
3
 
4
+ require "rake"
5
+ import File.expand_path("lib/tasks/db.rake", __FILE__)
6
+
5
7
  desc "Limpa todas as revistas da pasta db/revistas"
6
8
  namespace :db do
7
9
  task :clear do
@@ -3,9 +3,6 @@
3
3
  require "FileUtils"
4
4
  require "active_file/version"
5
5
 
6
- require "rake"
7
- import File.expand_path("../tasks/db.rake", __FILE__)
8
-
9
6
  module ActiveFile
10
7
  def save
11
8
  @new_record = false # seta objeto como registro existente
@@ -1,3 +1,3 @@
1
1
  module ActiveFile
2
- VERSION = "0.0.2.2"
2
+ VERSION = "0.0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_file
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.2
4
+ version: 0.0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: