Sha256: d0431317e9e5c2e25b35b26a4e3c7674aadaa05d03cf2170efa8b7df55cf6b27
Contents?: true
Size: 912 Bytes
Versions: 5
Compression:
Stored size: 912 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "json_spec/version" Gem::Specification.new do |s| s.name = "json_spec" s.version = JsonSpec::VERSION s.authors = ["Steve Richert"] s.email = ["steve.richert@gmail.com"] s.homepage = "https://github.com/collectiveidea/json_spec" s.summary = "Easily handle JSON in RSpec and Cucumber" s.description = "Easily handle JSON in RSpec and Cucumber" s.rubyforge_project = "json_spec" 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_dependency "json", "~> 1.0" s.add_dependency "rspec", "~> 2.0" s.add_development_dependency "rake", "~> 0.9" s.add_development_dependency "cucumber", "~> 1.0" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
json_spec-0.6.0 | json_spec.gemspec |
json_spec-0.5.0 | json_spec.gemspec |
json_spec-0.4.0 | json_spec.gemspec |
json_spec-0.3.0 | json_spec.gemspec |
json_spec-0.2.0 | json_spec.gemspec |