enjoy_cms_catalog 0.4.0.6 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07e41f2551400d60d1f0a4c0a677a7e6263323d5
4
- data.tar.gz: 776f308b49aac629abba13befc9a45a1d996d45f
3
+ metadata.gz: 4c0c2d252aacae2169bea5d85a4d3133e9e5bd55
4
+ data.tar.gz: e627699cbfe6f2ea6ddbb1cc5e44fb065bf5d15f
5
5
  SHA512:
6
- metadata.gz: b8741f153b8c912b4f269a0380cd69f117b36d9d4bd0fe65ba0bee0c6135189b60006c674c8a77073537b197a4aa1e3e1e076b44b49687c92c079784bc4c881a
7
- data.tar.gz: 7145517b6e0aa95bfb13a9b59e58208e4d35337dda2ba0a1a005e832c50a6207f934507f2dfd6e7a22b2fdbed75da580f1bf4b565999510c7e389e8019b9bf2b
6
+ metadata.gz: 47078d30d6b4f2e497f2702636f2d4d5d64b3d6605a6802b3ee6aab6fc0c4d5e633637090f88857463161a3af76d88910ce64526edca9926e8ed85a1d01c5250
7
+ data.tar.gz: 852f850c940763756d8ed294eb80cfef47e06509239dc5418a4aa1733827542885c3bf758ac07a42806ef0e939283f50f2095afa7f3fbfe3818b01512eb91d35
data/README.md CHANGED
@@ -1,45 +1,3 @@
1
1
  # EnjoyCMSCatalog
2
2
 
3
- Item Catalog for [enjoy_cms](https://github.com/enjoycreative/enjoy_cms). Items, Categories, embedded image galleries.
4
-
5
- ## Installation
6
-
7
- Add this line to your application's Gemfile:
8
-
9
- ```ruby
10
- gem 'enjoy_cms_catalog'
11
- ```
12
-
13
- And then execute:
14
-
15
- $ bundle
16
-
17
- Or install it yourself as:
18
-
19
- $ gem install enjoy_cms_catalog
20
-
21
- ## Usage
22
-
23
- TODO: Write usage instructions here
24
-
25
- ## Development
26
-
27
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
28
-
29
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
30
-
31
- ## Contributing
32
-
33
- Bug reports and pull requests are welcome on GitHub at https://github.com/enjoycreative/enjoy_cms_catalog.
34
-
35
- ## TODO
36
-
37
- * Do it more flexible.
38
- * Documentation fixes.
39
- * More configs (routes, paginations, views....)
40
- * Find and fix bugs. I am sure, bugs are here.
41
- * Add Search
42
-
43
- ## License
44
-
45
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
3
+ # NO LONGER MAINTAINED. SEE [HancockCMS Catalog](https://github.com/red-rocks/hancock_cms_catalog)
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "enjoy_cms_catalog"
8
8
  spec.version = Enjoy::Catalog::VERSION
9
9
  spec.authors = ["Alexander Kiseliev"]
10
- spec.email = ["dev@enjoycreate.ru"]
10
+ spec.email = ["i43ack@gmail.com"]
11
11
 
12
12
  spec.summary = "Items catalog with EnjoyCMS support."
13
13
  spec.description = "Items catalog with EnjoyCMS support."
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.add_development_dependency "bundler", "~> 1.10"
32
32
  spec.add_development_dependency "rake", "~> 10.0"
33
33
 
34
- spec.add_dependency 'enjoy_cms_gallery', "~> 0.4.0"
34
+ spec.add_dependency 'enjoy_cms', "~> 0.4.1"
35
35
 
36
36
  spec.add_dependency 'money-rails'
37
37
  spec.add_dependency 'mongoid_money_field', '~> 5.0.0'
@@ -1,5 +1,5 @@
1
1
  module Enjoy
2
2
  module Catalog
3
- VERSION = "0.4.0.6"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: enjoy_cms_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.6
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kiseliev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-09 00:00:00.000000000 Z
11
+ date: 2016-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -39,19 +39,19 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
41
  - !ruby/object:Gem::Dependency
42
- name: enjoy_cms_gallery
42
+ name: enjoy_cms
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: 0.4.0
47
+ version: 0.4.1
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.4.0
54
+ version: 0.4.1
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: money-rails
57
57
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  version: 5.0.0
83
83
  description: Items catalog with EnjoyCMS support.
84
84
  email:
85
- - dev@enjoycreate.ru
85
+ - i43ack@gmail.com
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []