Sha256: f412cafd215f8006cc7fa041b0fa46abf219a5775704732e73febeb97c639c00

Contents?: true

Size: 752 Bytes

Versions: 10

Compression:

Stored size: 752 Bytes

Contents

# -*- encoding: utf-8 -*-

require File.expand_path(File.dirname(__FILE__) + '/lib/webmock_method/version')

Gem::Specification.new do |spec|
  spec.name          = "webmock_method"
  spec.summary       = %q{Extension for webmock to make stubbed methods.}
  spec.description   = %q{Extension for webmock to make stubbed methods.}
  spec.email         = "alexander.shvets@gmail.com"
  spec.authors       = ["Alexander Shvets"]
  spec.homepage      = "http://github.com/shvets/webmock_method"

  spec.files         = `git ls-files`.split($\)
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  spec.version       = WebmockMethod::VERSION
  spec.license       = "MIT"

  <%= project_dependencies %>
end




Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
webmock_method-1.2.5 webmock_method.gemspec.erb
webmock_method-1.2.4 webmock_method.gemspec.erb
webmock_method-1.2.3 webmock_method.gemspec.erb
webmock_method-1.2.2 webmock_method.gemspec.erb
webmock_method-1.2.1 webmock_method.gemspec.erb
webmock_method-1.2.0 webmock_method.gemspec.erb
webmock_method-1.1.1 webmock_method.gemspec.erb
webmock_method-1.1.0 webmock_method.gemspec.erb
webmock_method-1.0.1 webmock_method.gemspec.erb
webmock_method-1.0.0 webmock_method.gemspec.erb