always_execute 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -10,6 +10,7 @@ doc
10
10
 
11
11
  # bundler
12
12
  .bundle
13
+ *.gem
13
14
 
14
15
  # jeweler generated
15
16
  pkg
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- always_execute (0.1.1)
4
+ always_execute (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
data/README.md CHANGED
@@ -24,4 +24,4 @@ Always Execute was developed by [Michael Pearce](http://github.com/michaelgpearc
24
24
 
25
25
  # Copyright
26
26
 
27
- Copyright (c) 2011-2012 Michael Pearce, Bookrenter.com. See LICENSE.txt for further details.
27
+ Copyright (c) 2011-2012 Michael Pearce, Rafter.com. See LICENSE.txt for further details.
@@ -1,4 +1,4 @@
1
- if defined?(Shoulda)
1
+ if defined?(Shoulda) && defined?(Shoulda::Context) && Shoulda::Context.respond_to?(:should)
2
2
  require 'shoulda_execute'
3
3
  require 'shoulda_expects'
4
4
  end
@@ -1,3 +1,3 @@
1
1
  module AlwaysExecute
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: always_execute
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-22 00:00:00.000000000 Z
12
+ date: 2012-09-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec