breadboard 1.0.0.alpha.2 → 1.0.0.alpha.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.0.0.alpha.3
2
+ Bug fix: define @connection
3
+
1
4
  v1.0.0.alpha.2
2
5
  Bug fix: site in breadboard wasn't getting parsed
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.alpha.2
1
+ 1.0.0.alpha.3
@@ -5,7 +5,13 @@ module ActiveResource
5
5
  @site || Breadboard.service_for(self)
6
6
  end
7
7
 
8
+ def connection_with_breadboard(reset=false)
9
+ @connection ||= nil
10
+ connection_without_breadboard(reset)
11
+ end
12
+
8
13
  alias_method_chain :site, :breadboard
14
+ alias_method_chain :connection, :breadboard
9
15
  end
10
16
  end
11
17
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breadboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: -3702664328
4
+ hash: -3702664326
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
10
  - alpha
11
- - 2
12
- version: 1.0.0.alpha.2
11
+ - 3
12
+ version: 1.0.0.alpha.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Matt Parker