spree 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of spree might be problematic. Click here for more details.

data/CHANGELOG CHANGED
@@ -1,3 +1,11 @@
1
+ == 0.8.4
2
+
3
+ * # 494 - There are no default states for United states when you don't load sample data
4
+ * # 551 - Remove bootstrap restriction in production mode
5
+ * # 553 - Allow creation of default user through web interface
6
+ * # 550 - Seed data no longer populated correctly
7
+ * # 552 - Allow db:admin:create rake task to be run more then once
8
+
1
9
  == 0.8.3
2
10
 
3
11
  * # 450 - Rake tasks failing if rspec is not installed on the system
@@ -18,17 +18,18 @@ development:
18
18
  # adapter: sqlite3
19
19
  # database: db/development.sqlite3
20
20
 
21
- staging:
22
- #adapter: sqlite3
23
- #database: db/staging.sqlite3
21
+ test:
24
22
  adapter: mysql
25
- database: spree_dev
23
+ database: spree_test
26
24
  username: spree
27
25
  password: spree
28
26
  host: localhost
29
- test:
27
+
28
+ staging:
29
+ #adapter: sqlite3
30
+ #database: db/staging.sqlite3
30
31
  adapter: mysql
31
- database: spree_test
32
+ database: spree_dev
32
33
  username: spree
33
34
  password: spree
34
35
  host: localhost
@@ -5,7 +5,7 @@
5
5
  # ENV['RAILS_ENV'] ||= 'production'
6
6
 
7
7
  # Specifies gem version of Rails to use when vendor/rails is not present
8
- SPREE_GEM_VERSION = '0.8.3' unless defined? SPREE_GEM_VERSION
8
+ SPREE_GEM_VERSION = '0.8.4' unless defined? SPREE_GEM_VERSION
9
9
 
10
10
  # Bootstrap the Rails environment, frameworks, and default configuration
11
11
  require File.join(File.dirname(__FILE__), 'boot')
@@ -9,7 +9,7 @@ unless defined? Spree::Version
9
9
  module Version
10
10
  Major = '0'
11
11
  Minor = '8'
12
- Tiny = '3'
12
+ Tiny = '4'
13
13
 
14
14
  class << self
15
15
  def to_s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.3
4
+ version: 0.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Schofield
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-14 00:00:00 -04:00
12
+ date: 2009-07-02 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -367,7 +367,7 @@ files:
367
367
  - app/views/admin/zones/edit.html.erb
368
368
  - app/views/admin/zones/index.html.erb
369
369
  - app/views/admin/zones/new.html.erb
370
- - app/views/checkout
370
+ - app/views/charges
371
371
  - app/views/content
372
372
  - app/views/content/cvv.html.erb
373
373
  - app/views/countries
@@ -1213,6 +1213,7 @@ files:
1213
1213
  - public/images/flags/cz.png
1214
1214
  - public/images/flags/da.png
1215
1215
  - public/images/flags/de.png
1216
+ - public/images/flags/de_CH.png
1216
1217
  - public/images/flags/dj.png
1217
1218
  - public/images/flags/dk.png
1218
1219
  - public/images/flags/dm.png
@@ -2040,7 +2041,6 @@ files:
2040
2041
  - vendor/extensions/tax_calculator/README.markdown
2041
2042
  - vendor/extensions/tax_calculator/spec
2042
2043
  - vendor/extensions/tax_calculator/spec/controllers
2043
- - vendor/extensions/tax_calculator/spec/controllers/admin
2044
2044
  - vendor/extensions/tax_calculator/spec/controllers/tax_calculator_spec.rb
2045
2045
  - vendor/extensions/tax_calculator/spec/helpers
2046
2046
  - vendor/extensions/tax_calculator/spec/helpers/admin