Package not found. Please check the package name and try again.

breadboard 1.0.0.beta.2 → 1.0.0

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.
Files changed (3) hide show
  1. data/CHANGELOG +3 -0
  2. data/VERSION +1 -1
  3. metadata +5 -9
data/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ v1.0.0
2
+ No change since beta 2; after using beta 2 in several production apps and not running into any more bugs, i've decided it's good for 1.0.0 GA.
3
+
1
4
  v1.0.0.beta.2
2
5
  Fixed a bug caused by Rails reloading. Note: never use class name constant as a hash key. Rails reloading will screw you.
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0.beta.2
1
+ 1.0.0
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: breadboard
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196359
5
- prerelease: 6
4
+ hash: 23
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
9
  - 0
10
- - beta
11
- - 2
12
- version: 1.0.0.beta.2
10
+ version: 1.0.0
13
11
  platform: ruby
14
12
  authors:
15
13
  - Matt Parker
@@ -17,8 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-04-26 00:00:00 -04:00
21
- default_executable:
18
+ date: 2011-04-26 00:00:00 Z
22
19
  dependencies:
23
20
  - !ruby/object:Gem::Dependency
24
21
  name: activeresource
@@ -98,7 +95,6 @@ files:
98
95
  - lib/breadboard/config.rb
99
96
  - lib/breadboard/environment.rb
100
97
  - readme.md
101
- has_rdoc: true
102
98
  homepage: http://github.com/moonmaster9000/breadboard
103
99
  licenses: []
104
100
 
@@ -128,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
124
  requirements: []
129
125
 
130
126
  rubyforge_project:
131
- rubygems_version: 1.6.2
127
+ rubygems_version: 1.8.10
132
128
  signing_key:
133
129
  specification_version: 3
134
130
  summary: Simple, environment-based service provider configuration for ActiveResource