brdinheiro 2.1.11 → 2.1.12

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -5,7 +5,9 @@ require 'rake/testtask'
5
5
  require 'rake/rdoctask'
6
6
  require 'rake/packagetask'
7
7
  require 'rake/gempackagetask'
8
- require 'rake/contrib/sshpublisher'
8
+
9
+
10
+
9
11
  require File.join(File.dirname(__FILE__), 'lib', 'brdinheiro', 'version')
10
12
 
11
13
  PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
@@ -71,21 +73,9 @@ end
71
73
 
72
74
  Rake::GemPackageTask.new(spec) do |p|
73
75
  p.gem_spec = spec
74
- p.need_tar = true
75
- p.need_zip = true
76
76
  end
77
77
 
78
78
 
79
- # desc "Publish the API documentation"
80
- # task :pgem => [:package] do
81
- # Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
82
- # end
83
- #
84
- # desc "Publish the API documentation"
85
- # task :pdoc => [:rdoc] do
86
- # Rake::SshDirPublisher.new("wrath.rubyonrails.org", "public_html/am", "doc").upload
87
- # end
88
- #
89
79
 
90
80
  desc "Publish the release files to RubyForge."
91
81
  task :release => [ :package ] do
@@ -2,7 +2,7 @@ module BrDinheiro
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 11
5
+ TINY = 12
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
data/lib/brdinheiro.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  $:.unshift(File.dirname(__FILE__)) unless
2
2
  $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
3
-
3
+
4
4
  %w(dinheiro
5
5
  dinheiro_util
6
6
  dinheiro_active_record
@@ -25,5 +25,5 @@ end
25
25
  String.send(:include, DinheiroUtil)
26
26
  ActiveRecord::Base.send :include, DinheiroActiveRecord
27
27
 
28
- module BrDinheiro
28
+ module BrDinheiro
29
29
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brdinheiro
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 1
9
- - 11
10
- version: 2.1.11
9
+ - 12
10
+ version: 2.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Marcos Tapaj\xC3\xB3s"
@@ -18,7 +18,7 @@ autorequire:
18
18
  bindir: bin
19
19
  cert_chain: []
20
20
 
21
- date: 2010-06-29 00:00:00 -03:00
21
+ date: 2010-07-01 00:00:00 -03:00
22
22
  default_executable:
23
23
  dependencies:
24
24
  - !ruby/object:Gem::Dependency