comable 0.3.3 → 0.3.4

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/COMABLE_VERSION +1 -1
  3. data/README.md +6 -6
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a9c14e457ddcaae3f980fc46bf859c6811693ae
4
- data.tar.gz: a75dc3136487c3186477f556032513ddb7a1d2f0
3
+ metadata.gz: cde842ff177cfadc6b25b8635c7bd7fac77a8514
4
+ data.tar.gz: 1faa44063a2b1c18b117d3d520b8466f7156838e
5
5
  SHA512:
6
- metadata.gz: f192834f05b940f54da818e046f2e03924eb50559d2727446fad9d500780582173bf8661c78c8735f630a3211fb6ca70d623daa5237edd15b5b77b7b359262f8
7
- data.tar.gz: 4abfd5625c1d3952cfc8a06a90c306d4f52729d743a76479c37e9ac614d5c79c98cb29fa70c96c7238e3fa6eec09f507f78da7a0c4165b23d03ac67ed20a2f6f
6
+ metadata.gz: ea187f3971d0faeed2bbcd2248464de308feec1569fe4d9ff1f54d8f7bab8a8ad94751dbdf8995ce7e1d2867c4a36141abd3ba5526df5f5c58c2fd9747bc1eb2
7
+ data.tar.gz: ff4aa174333d61c30c7e33dd23bf28b94d46dc922fdc06ec6cb3e0533f5bb385bae32bc10484d63d7d72c490ed16cdc4a898f0f2547f3bf50d133c5ed7da7a61
data/COMABLE_VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.4
data/README.md CHANGED
@@ -21,20 +21,20 @@ Comable provides a simple way to add e-commerce features to your Ruby on Rails a
21
21
  bundle install
22
22
  ```
23
23
 
24
- 3. Get gem migrations:
24
+ 3. Run the generator:
25
25
 
26
26
  ```bash
27
- bundle exec rake comable:install:migrations
27
+ bundle exec rails generate comable:install
28
28
  ```
29
29
 
30
- 4. Add routes in the `config/routes.rb`
30
+ 4. Start up your application:
31
31
 
32
32
  ```bash
33
- Rails.application.routes.draw do
34
- mount Comable::Core::Engine => '/comable'
35
- end
33
+ bundle exec rails server
36
34
  ```
37
35
 
36
+ Go to your browser and open `http://localhost:3000`.
37
+
38
38
  ## Requirements
39
39
 
40
40
  * Ruby on Rails 3.2, 4.1, 4.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - YOSHIDA Hiroki
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-03 00:00:00.000000000 Z
11
+ date: 2015-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: comable_core
@@ -16,42 +16,42 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.3.3
19
+ version: 0.3.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.3.3
26
+ version: 0.3.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: comable_frontend
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.3.3
33
+ version: 0.3.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.3.3
40
+ version: 0.3.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: comable_backend
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.3.3
47
+ version: 0.3.4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.3.3
54
+ version: 0.3.4
55
55
  description: Comable provides a simple way to add e-commerce features to your Ruby
56
56
  on Rails application.
57
57
  email: