Skip to content

Commit

Permalink
- updated gemspec.
Browse files Browse the repository at this point in the history
- fixed up Gemfile.
  • Loading branch information
thisduck committed May 21, 2011
1 parent aea48cd commit 554375a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "http://rubygems.org"

gem 'rake'
gem 'less-js-source'
gem 'execjs'
# Specify your gem's dependencies in ruby-less-js.gemspec
gemspec
6 changes: 3 additions & 3 deletions ruby-less-js.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "less-js"
s.version = '0.1.0'
s.version = '0.1.1'

s.authors = ["Adnan Ali"]
s.email = ["adnan.ali@gmail.com"]
s.authors = ["Joshua Peek", "Adnan Ali"]
s.email = ["josh@joshpeek.com", "adnan.ali@gmail.com"]
s.homepage = "https://github.com/thisduck/ruby-less-js"
s.summary = "Ruby Less.js Compiler"
s.description = <<-EOS
Expand Down

0 comments on commit 554375a

Please sign in to comment.