Skip to content

Commit

Permalink
Merge branch 'master' of github.com:toastyapps/alchemist
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mongeau authored and Matthew Mongeau committed Dec 15, 2009
2 parents 6ce89cd + fda05ea commit 6def257
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ PKG_FILES = %w(Rakefile) +

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = 'alchemist'
gem_spec.version = '0.1.0'
gem_spec.version = '0.1.1'
gem_spec.summary = 'Conversions... like you\'ve never seen them before!'
gem_spec.description = 'Conversions... like you\'ve never seen them before!!'
gem_spec.email = 'matt@toastyapps.com'
Expand Down
4 changes: 2 additions & 2 deletions alchemist.gemspec
@@ -1,15 +1,15 @@
--- !ruby/object:Gem::Specification
name: alchemist
version: !ruby/object:Gem::Version
version: 0.1.0
version: 0.1.1
platform: ruby
authors:
- Matthew Mongeau
autorequire:
bindir: bin
cert_chain: []

date: 2009-11-16 00:00:00 -05:00
date: 2009-11-18 00:00:00 -05:00
default_executable:
dependencies: []

Expand Down
4 changes: 1 addition & 3 deletions lib/alchemist.rb
Expand Up @@ -490,6 +490,4 @@ class Numeric
include Alchemist
end

require 'alchemist/compound'

3.seconds * 3.seconds
require 'alchemist/compound'

0 comments on commit 6def257

Please sign in to comment.