Skip to content

Commit

Permalink
Bumped gemspec to version 0.5.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Apr 25, 2009
1 parent 2821052 commit 78fe303
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
19 changes: 12 additions & 7 deletions rake-compiler.gemspec
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: rake-compiler
version: !ruby/object:Gem::Version
version: 0.4.1
version: 0.5.0
platform: ruby
authors:
- Luis Lavena
autorequire:
bindir: bin
cert_chain: []

date: 2009-04-09 00:00:00 -03:00
date: 2009-04-25 00:00:00 -03:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
Expand All @@ -25,7 +25,9 @@ dependencies:
- !ruby/object:Gem::Version
version: "0.9"
version:
description: Provide a standard and simplified way to build and package Ruby C extensions using Rake as glue.
description: |-
Provide a standard and simplified way to build and package
Ruby C extensions using Rake as glue.
email: luislavena@gmail.com
executables:
- rake-compiler
Expand All @@ -38,6 +40,7 @@ extra_rdoc_files:
files:
- features/compile.feature
- features/cross-compile.feature
- features/cross-package-multi.feature
- features/cross-package.feature
- features/package.feature
- features/step_definitions/compilation.rb
Expand All @@ -46,8 +49,8 @@ files:
- features/step_definitions/folders.rb
- features/step_definitions/gem.rb
- features/support/env.rb
- features/support/file_templates.rb
- features/support/generators.rb
- features/support/file_template_helpers.rb
- features/support/generator_helpers.rb
- bin/rake-compiler
- lib/rake/extensioncompiler.rb
- lib/rake/extensiontask.rb
Expand All @@ -70,6 +73,8 @@ files:
- cucumber.yml
has_rdoc: true
homepage: http://github.com/luislavena/rake-compiler
licenses:
- MIT
post_install_message:
rdoc_options:
- --main
Expand All @@ -93,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
requirements: []

rubyforge_project: rake-compiler
rubygems_version: 1.3.1
rubygems_version: 1.3.2
signing_key:
specification_version: 2
specification_version: 3
summary: Rake-based Ruby C Extension task generator.
test_files: []

2 changes: 1 addition & 1 deletion tasks/gem.rake
Expand Up @@ -3,7 +3,7 @@ require 'rubygems/package_task'
GEM_SPEC = Gem::Specification.new do |s|
# basic information
s.name = "rake-compiler"
s.version = "0.4.1"
s.version = "0.5.0"
s.platform = Gem::Platform::RUBY

# description and details
Expand Down

0 comments on commit 78fe303

Please sign in to comment.