Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Dec 17, 2013
1 parent c52b37e commit 9b1dccd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Gemfile
@@ -1,2 +1,4 @@
source 'https://rubygems.org'
gemspec

gem 'opal', '~> 0.5.0'
2 changes: 1 addition & 1 deletion lib/opal/haml/version.rb
@@ -1,5 +1,5 @@
module Opal
module Haml
VERSION = '0.0.1'
VERSION = '0.1.0'
end
end
7 changes: 3 additions & 4 deletions opal-haml.gemspec
Expand Up @@ -8,17 +8,16 @@ Gem::Specification.new do |s|
s.author = 'Adam Beynon'
s.email = 'adam@adambeynon.com'
s.homepage = 'http://opalrb.org'
s.summary = '.'
s.description = '..'
s.summary = 'Run Haml templates client-side with Opal'
s.description = 'Run Haml templates client-side with Opal.'
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.require_paths = ['lib']

s.add_dependency 'opal', '~> 0.5.0'
s.add_dependency 'opal-sprockets'
s.add_dependency 'opal', ['>= 0.5.0', '< 1.0.0']
s.add_dependency 'haml'

s.add_development_dependency 'opal-rspec', '>= 0.2.1'
Expand Down

0 comments on commit 9b1dccd

Please sign in to comment.