Sha256: fa9e56f859ce170ca2e84f59b9a5bad7ed5163a08f3ba7a5c41aa766ea358891
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "rnotify" s.version = "0.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Dmitrii Samoilov"] s.date = "2012-02-14" s.description = "Using NotifyOSD system in Ubuntu to display Rails logger messages and TDD/BDD messages" s.email = "germaninthetown@gmail.com" s.extra_rdoc_files = ["README.md", "lib/adapters/cucumber.rb", "lib/adapters/logger.rb", "lib/adapters/rspec.rb", "lib/resources/warn.png", "lib/rnotify.rb"] s.files = ["README.md", "Rakefile", "lib/adapters/cucumber.rb", "lib/adapters/logger.rb", "lib/adapters/rspec.rb", "lib/resources/warn.png", "lib/rnotify.rb", "rnotify.gemspec", "Manifest"] s.homepage = "https://github.com/german/rnotify" s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Rnotify", "--main", "README.md"] s.require_paths = ["lib"] s.rubyforge_project = "rnotify" s.rubygems_version = "1.8.15" s.summary = "Using NotifyOSD system in Ubuntu to display Rails logger messages and TDD/BDD messages" if s.respond_to? :specification_version then s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0"]) s.add_runtime_dependency(%q<rspec-rails>, [">= 2.7.0"]) else s.add_dependency(%q<activesupport>, [">= 3.0.0"]) s.add_dependency(%q<rspec-rails>, [">= 2.7.0"]) end else s.add_dependency(%q<activesupport>, [">= 3.0.0"]) s.add_dependency(%q<rspec-rails>, [">= 2.7.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rnotify-0.2 | rnotify.gemspec |