comable 0.3.4 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/COMABLE_VERSION +1 -1
  3. data/README.md +15 -4
  4. metadata +11 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cde842ff177cfadc6b25b8635c7bd7fac77a8514
4
- data.tar.gz: 1faa44063a2b1c18b117d3d520b8466f7156838e
3
+ metadata.gz: 4b3aa563f637ee88742663e67f02bf404ba55d63
4
+ data.tar.gz: 9e6851c98dc5b996b5652b5179ecf97a4da9e0c8
5
5
  SHA512:
6
- metadata.gz: ea187f3971d0faeed2bbcd2248464de308feec1569fe4d9ff1f54d8f7bab8a8ad94751dbdf8995ce7e1d2867c4a36141abd3ba5526df5f5c58c2fd9747bc1eb2
7
- data.tar.gz: ff4aa174333d61c30c7e33dd23bf28b94d46dc922fdc06ec6cb3e0533f5bb385bae32bc10484d63d7d72c490ed16cdc4a898f0f2547f3bf50d133c5ed7da7a61
6
+ metadata.gz: a331d9780ec16a9fbf1424ce3f8b466e1eeb59c8cbb6140753fda124de0ecf8ed62e0fff508a9e86ad0f01785592e4502a737bf6cea10a5f0b090228da1358d1
7
+ data.tar.gz: abef95c2e98c5c9f01506484baa835b064ed969b955d1ac8fe9f1a7ccfa1f2b2c35bd9a3bd924e52257eb6a94df8b650b540e51d87f54c23e7f12091262652a8
data/COMABLE_VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.4.0
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # Comable
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/hyoshida/comable.png)](http://travis-ci.org/hyoshida/comable)
4
- [![Code Climate](https://codeclimate.com/github/hyoshida/comable.png)](https://codeclimate.com/github/hyoshida/comable)
5
- [![Coverage Status](https://coveralls.io/repos/hyoshida/comable/badge.png)](https://coveralls.io/r/hyoshida/comable)
6
- [![Dependency Status](https://gemnasium.com/hyoshida/comable.svg)](https://gemnasium.com/hyoshida/comable)
3
+ [![Build Status](https://img.shields.io/travis/hyoshida/comable.svg?style=flat-square)](http://travis-ci.org/hyoshida/comable)
4
+ [![Code Climate](https://img.shields.io/codeclimate/github/hyoshida/comable.svg?style=flat-square)](https://codeclimate.com/github/hyoshida/comable)
5
+ [![Coverage Status](https://img.shields.io/coveralls/hyoshida/comable.svg?style=flat-square)](https://coveralls.io/r/hyoshida/comable)
6
+ [![Dependency Status](https://img.shields.io/gemnasium/hyoshida/comable.svg?style=flat-square)](https://gemnasium.com/hyoshida/comable)
7
+ [![Gem Version](https://img.shields.io/gem/v/comable.svg?style=flat-square)](https://rubygems.org/gems/comable)
7
8
 
8
9
  Comable provides a simple way to add e-commerce features to your Ruby on Rails application.
9
10
 
@@ -35,6 +36,16 @@ Comable provides a simple way to add e-commerce features to your Ruby on Rails a
35
36
 
36
37
  Go to your browser and open `http://localhost:3000`.
37
38
 
39
+ ## Access the admin panel
40
+
41
+ You will need to import the seed data if admin user does not exist.
42
+
43
+ ```bash
44
+ bundle exec rake db:seed
45
+ ```
46
+
47
+ Go to your browser and open `http://localhost:3000/admin`.
48
+
38
49
  ## Requirements
39
50
 
40
51
  * 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.4
4
+ version: 0.4.0
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-04-07 00:00:00.000000000 Z
11
+ date: 2015-05-15 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.4
19
+ version: 0.4.0
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.4
26
+ version: 0.4.0
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.4
33
+ version: 0.4.0
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.4
40
+ version: 0.4.0
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.4
47
+ version: 0.4.0
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.4
54
+ version: 0.4.0
55
55
  description: Comable provides a simple way to add e-commerce features to your Ruby
56
56
  on Rails application.
57
57
  email:
@@ -67,7 +67,8 @@ files:
67
67
  - lib/comable.rb
68
68
  - lib/comable/version.rb
69
69
  homepage: https://github.com/hyoshida/comable#comable
70
- licenses: []
70
+ licenses:
71
+ - MIT
71
72
  metadata: {}
72
73
  post_install_message:
73
74
  rdoc_options: []
@@ -77,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
78
  requirements:
78
79
  - - ">="
79
80
  - !ruby/object:Gem::Version
80
- version: '0'
81
+ version: 2.1.5
81
82
  required_rubygems_version: !ruby/object:Gem::Requirement
82
83
  requirements:
83
84
  - - ">="