Sha256: f70b856b961dbeb3ccef7a0787300660fcc02c1ed40cd9a8ea7ca335998fc5da
Contents?: true
Size: 1.63 KB
Versions: 5
Compression:
Stored size: 1.63 KB
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "tmin/version" Gem::Specification.new do |s| s.name = "tmin_test" s.version = Tminus::VERSION s.platform = Gem::Platform::RUBY s.authors = ["drobs"] s.email = ["duggan@uncarbonatedsoftware.com"] s.homepage = "http://uncarbonatedsoftware.com" s.summary = %q{tminusit is your own personal URL shortener for your own domain.} s.description = %q{tminusit is your own personal URL shortener for your own domain. It's written in Ruby and powered by Sinatra. You can run it with any Rack-capable web server.} s.rubyforge_project = "tminusit" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.add_runtime_dependency("sinatra", ["~> 1.2.0"]) s.add_runtime_dependency("dm-core", ["~> 1.2.0"]) s.add_runtime_dependency("dm-migrations", ["~> 1.2.0"]) s.add_runtime_dependency("dm-transactions", ["~> 1.2.0"]) s.add_runtime_dependency("dm-aggregates", ["~> 1.2.0"]) s.add_runtime_dependency("dm-mysql-adapter", ["~> 1.2.0"]) s.add_runtime_dependency("haml", ["~> 3.0.18"]) s.add_runtime_dependency("escape_utils", ["~> 0.2.3"]) s.add_development_dependency("rspec", ["~> 2.5.0"]) s.add_development_dependency("rack-test", ["~> 0.5.4"]) s.add_development_dependency("dm-sqlite-adapter", ["~> 1.2.0"]) s.add_development_dependency("database_cleaner", ["~> 0.6.6"]) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
tmin_test-0.0.5 | tmin_test.gemspec |
tmin_test-0.0.4 | tmin_test.gemspec |
tmin_test-0.0.3 | tmin_test.gemspec |
tmin_test-0.0.2 | tmin_test.gemspec |
tmin_test-0.0.1 | tmin_test.gemspec |