Sha256: 81d030b83a7464b874b58eb623e1bda6c968e9b8929e87e003e9895fecf39ae4
Contents?: true
Size: 989 Bytes
Versions: 4
Compression:
Stored size: 989 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "playmo/version" Gem::Specification.new do |s| s.version = Playmo::VERSION s.name = "playmo" s.platform = Gem::Platform::RUBY s.authors = ["Andrew Kozloff"] s.email = ["andrew@tanraya.com"] s.homepage = "https://github.com/tanraya/playmo" s.summary = %q{Special kit that allows you create html5-ready Rails 3 apps quick with pre-included few useful libs in your app} s.rubyforge_project = "playmo" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = ['playmo'] s.require_paths = ["lib"] s.has_rdoc = false s.rubygems_version = %q{1.3.7} s.add_dependency("rails", ["~> 3.1"]) s.add_dependency("ruby_events") s.add_dependency("haml2slim", ["=0.4.6"]) s.add_dependency("haml", ["=3.1.3"]) s.add_development_dependency("rspec-rails", ["~> 2.5"]) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
playmo-0.1.1 | playmo.gemspec |
playmo-0.1.0 | playmo.gemspec |
playmo-0.0.18 | playmo.gemspec |
playmo-0.0.17 | playmo.gemspec |