brcpfcnpj 2.1.8 → 2.1.9

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 (3) hide show
  1. data/Rakefile +3 -10
  2. data/lib/brcpfcnpj/version.rb +1 -1
  3. metadata +6 -5
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require 'rubygems'
2
3
  require 'rake'
3
4
  require 'rake/testtask'
@@ -86,15 +87,7 @@ end
86
87
  # end
87
88
  #
88
89
 
89
- desc "Publish the release files to RubyForge."
90
+ desc "Publish the new release"
90
91
  task :release => [ :package ] do
91
- require 'rubyforge'
92
- require 'rake/contrib/rubyforgepublisher'
93
-
94
- packages = %w( gem tgz zip ).collect{ |ext| "pkg/#{PKG_NAME}-#{PKG_VERSION}.#{ext}" }
95
-
96
- rubyforge = RubyForge.new
97
- rubyforge.configure
98
- rubyforge.login
99
- rubyforge.add_release("brazilian-rails", PKG_NAME, "REL #{PKG_VERSION}", *packages)
92
+ system("cd pkg/ && gem push #{PKG_NAME}-#{PKG_VERSION}.gem")
100
93
  end
@@ -2,7 +2,7 @@ module BrCpfCnpj
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 2
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 9
6
6
 
7
7
  STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brcpfcnpj
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ version: 2.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Marcos Tapaj\xC3\xB3s"
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2009-04-16 00:00:00 -03:00
16
+ date: 2009-12-04 00:00:00 -02:00
17
17
  default_executable:
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
@@ -49,7 +49,6 @@ files:
49
49
  - README
50
50
  - CHANGELOG
51
51
  - MIT-LICENSE
52
- - lib/brcpfcnpj
53
52
  - lib/brcpfcnpj/cnpj.rb
54
53
  - lib/brcpfcnpj/cpf.rb
55
54
  - lib/brcpfcnpj/cpf_cnpj.rb
@@ -58,6 +57,8 @@ files:
58
57
  - lib/brcpfcnpj.rb
59
58
  has_rdoc: true
60
59
  homepage: http://www.improveit.com.br/software_livre/brazilian_rails
60
+ licenses: []
61
+
61
62
  post_install_message:
62
63
  rdoc_options: []
63
64
 
@@ -78,9 +79,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
79
  requirements:
79
80
  - none
80
81
  rubyforge_project: brcpfcnpj
81
- rubygems_version: 1.3.1
82
+ rubygems_version: 1.3.5
82
83
  signing_key:
83
- specification_version: 2
84
+ specification_version: 3
84
85
  summary: "brcpfcnpj \xC3\xA9 uma das gems que compoem o Brazilian Rails"
85
86
  test_files: []
86
87