stirlitz 0.0.1 → 0.0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -3,3 +3,5 @@ Gemfile.lock
3
3
  .DS_Store
4
4
  cscope.*
5
5
  tags
6
+ pkg
7
+ *.gem
data/README.rdoc CHANGED
@@ -6,8 +6,10 @@ A Test Spy extension to rspec-mocks.
6
6
 
7
7
  gem install stirlitz
8
8
 
9
+
9
10
  or add following in your Gemfile
10
11
 
12
+
11
13
  gem 'stirlitz', :group => :test
12
14
 
13
15
  == Examples
@@ -1,5 +1,5 @@
1
1
  module Stirlitz # :nodoc:
2
2
  module Version # :nodoc:
3
- STRING = "0.0.1"
3
+ STRING = "0.0.1.1"
4
4
  end
5
5
  end
data/stirlitz.gemspec CHANGED
@@ -7,8 +7,8 @@ Gem::Specification.new do |s|
7
7
  s.version = Stirlitz::Version::STRING
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Srushti Ambekallu", "Niranjan Paranjape"]
10
- s.email = "srushti@c42.in"
11
- s.homepage = "http://github.com/srushti/stirlitz"
10
+ s.email = "opensource@c42.in"
11
+ s.homepage = "http://github.com/c42/stirlitz"
12
12
  s.summary = "stirlitz-#{Stirlitz::Version::STRING}"
13
13
  s.description = "Test spy extension to rspec-mocks"
14
14
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: stirlitz
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Srushti Ambekallu
@@ -37,7 +37,7 @@ dependencies:
37
37
  type: :runtime
38
38
  version_requirements: *id002
39
39
  description: Test spy extension to rspec-mocks
40
- email: srushti@c42.in
40
+ email: opensource@c42.in
41
41
  executables: []
42
42
 
43
43
  extensions: []
@@ -59,7 +59,7 @@ files:
59
59
  - spec/stirlitz/spy_spec.rb
60
60
  - stirlitz.gemspec
61
61
  has_rdoc: true
62
- homepage: http://github.com/srushti/stirlitz
62
+ homepage: http://github.com/c42/stirlitz
63
63
  licenses: []
64
64
 
65
65
  post_install_message:
@@ -85,7 +85,7 @@ rubyforge_project: stirlitz
85
85
  rubygems_version: 1.6.2
86
86
  signing_key:
87
87
  specification_version: 3
88
- summary: stirlitz-0.0.1
88
+ summary: stirlitz-0.0.1.1
89
89
  test_files:
90
90
  - spec/spec_helper.rb
91
91
  - spec/stirlitz/matchers_spec.rb