heroku_san 1.0.7 → 1.0.8

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/README.rdoc CHANGED
@@ -106,6 +106,7 @@ Issue Tracker:: http://github.com/fastestforward/heroku_san/issues
106
106
  * Lee Semel
107
107
  * Michael Haddad (michael@ludditetechnology.com)
108
108
  * Les Hill (leshill@gmail.com)
109
+ * Bryan Ash
109
110
 
110
111
  == License
111
112
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.0.8
@@ -9,13 +9,13 @@
9
9
  production:
10
10
  app: awesomeapp
11
11
  config:
12
- - BUNDLE_WITHOUT: "development:test"
13
- - GOOGLE_ANALYTICS: "UA-12345678-1"
12
+ BUNDLE_WITHOUT: "development:test"
13
+ GOOGLE_ANALYTICS: "UA-12345678-1"
14
14
 
15
15
  staging:
16
16
  app: awesomeapp-staging
17
17
  config: &default
18
- - BUNDLE_WITHOUT: "development:test"
18
+ BUNDLE_WITHOUT: "development:test"
19
19
 
20
20
  demo:
21
21
  app: awesomeapp-demo
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heroku_san
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 7
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 7
10
- version: 1.0.7
9
+ - 8
10
+ version: 1.0.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Elijah Miller
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-01-06 00:00:00 -05:00
19
+ date: 2011-01-24 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -42,7 +42,6 @@ extensions: []
42
42
  extra_rdoc_files: []
43
43
 
44
44
  files:
45
- - CHANGELOG
46
45
  - LICENSE
47
46
  - README.rdoc
48
47
  - Rakefile
data/CHANGELOG DELETED
@@ -1,15 +0,0 @@
1
- v0.2.0
2
- ============================================
3
-
4
- Elijah Miller
5
- Fix newline error in gem manifest
6
- Improve instructions
7
-
8
- Glenn Roberts
9
- Gem-ify it
10
- Improve generation of gems manifest
11
-
12
-
13
- v0.0.1.
14
- ============================================
15
- Initial release.