brhelper 2.1.8 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require 'rubygems'
2
3
  require 'rake'
3
4
  require 'rake/testtask'
@@ -84,15 +85,7 @@ end
84
85
  # end
85
86
  #
86
87
 
87
- desc "Publish the release files to RubyForge."
88
+ desc "Publish the new release"
88
89
  task :release => [ :package ] do
89
- require 'rubyforge'
90
- require 'rake/contrib/rubyforgepublisher'
91
-
92
- packages = %w( gem tgz zip ).collect{ |ext| "pkg/#{PKG_NAME}-#{PKG_VERSION}.#{ext}" }
93
-
94
- rubyforge = RubyForge.new
95
- rubyforge.configure
96
- rubyforge.login
97
- rubyforge.add_release("brazilian-rails", PKG_NAME, "REL #{PKG_VERSION}", *packages)
90
+ system("cd pkg/ && gem push #{PKG_NAME}-#{PKG_VERSION}.gem")
98
91
  end
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  module ActionView::Helpers::FormOptionsHelper
2
3
  ESTADOS_BRASILEIROS = [["Acre", "AC"],
3
4
  ["Alagoas", "AL"],
@@ -2,7 +2,7 @@ module BrHelper
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
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  require File.dirname(__FILE__) + '/test_helper'
2
3
  require 'rubygems'
3
4
  require 'net/http'
@@ -30,4 +31,4 @@ class BrFormOptionsHelperTest < Test::Unit::TestCase
30
31
  assert_equal %(<select id="lancamento_sexo" name="lancamento[sexo]"><option value="M">Masculino</option>\n<option value="F">Feminino</option></select>), select_sexo(:lancamento, :sexo)
31
32
  end
32
33
 
33
- end
34
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brhelper
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"
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-04-16 00:00:00 -03:00
15
+ date: 2009-12-04 00:00:00 -02:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
@@ -48,7 +48,6 @@ files:
48
48
  - README
49
49
  - CHANGELOG
50
50
  - MIT-LICENSE
51
- - lib/brhelper
52
51
  - lib/brhelper/br_form_helper.rb
53
52
  - lib/brhelper/br_form_options_helper.rb
54
53
  - lib/brhelper/version.rb
@@ -58,6 +57,8 @@ files:
58
57
  - test/test_helper.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: brhelper
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: "brhelper \xC3\xA9 uma das gems que compoem o Brazilian Rails"
85
86
  test_files: []
86
87