stirlitz 0.0.1 → 0.0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/README.rdoc +2 -0
- data/lib/stirlitz/version.rb +1 -1
- data/stirlitz.gemspec +2 -2
- metadata +4 -4
data/.gitignore
CHANGED
data/README.rdoc
CHANGED
data/lib/stirlitz/version.rb
CHANGED
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 = "
|
11
|
-
s.homepage = "http://github.com/
|
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:
|
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/
|
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
|