enjoy_cms_faq 0.4.0.1 → 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: 846798f3e46b990b58ad4d51c065a841d6299c13
4
- data.tar.gz: e4af0c77f20462816096024bc48e8f94ff3a7ed6
3
+ metadata.gz: ce6bdf2479248ed0cfeaabab31472b99e5492e96
4
+ data.tar.gz: 2b32c1269372d931de762f1624d5d3b16eb8efc5
5
5
  SHA512:
6
- metadata.gz: 5d90a999a75316454e0d8419a4e169023ad14ee437d6132a2d5c2160d15d4058a8ef3c07ec80ebfd6582e1b4b5fe1e69e3746784f3068233ece9e9e7f80f2bb1
7
- data.tar.gz: e7750cd9d2da10047c8d5d70348621e71abd72bb495286c79c04763782f6d9a634e80da432b5cad543bec98636c39bf98e1d7948630b78e4c4e1fd9cbd37c346
6
+ metadata.gz: c65d503f94dd743f40aec513a30f60dee9d367199b439e84400d8a1b1be756359abf552d29fd4e9c86d1ea15397c429501de8cbdf67c0aafc6dbcee7cd305345
7
+ data.tar.gz: f2ecc22da579b805f67784c218ed983cdd35fa949ef37b27d096587706b02b637037af4e2eea173f30fee21578697283a093f1175ccd19898e832bf9be33891d
data/README.md CHANGED
@@ -1,41 +1,3 @@
1
1
  # EnjoyCmsFaq
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/enjoy_cms_faq`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'enjoy_cms_faq'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install enjoy_cms_faq
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake false` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- 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).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/enjoy_cms_faq.
36
-
37
-
38
- ## License
39
-
40
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
41
-
3
+ # NO LONGER MAINTAINED. SEE [HancockCMS FAQ](https://github.com/red-rocks/hancock_cms_faq)
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "enjoy_cms_faq"
8
8
  spec.version = Enjoy::Faq::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 = %q{FAQ system with EnjoyCMS support.}
13
13
  spec.description = %q{FAQ system with EnjoyCMS support.}
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "bundler", "~> 1.10"
31
31
  spec.add_development_dependency "rake", "~> 10.0"
32
32
 
33
- spec.add_dependency 'enjoy_cms', "~> 0.4.0"
33
+ spec.add_dependency 'enjoy_cms', "~> 0.4.1"
34
34
  end
@@ -1,5 +1,5 @@
1
1
  module Enjoy
2
2
  module Faq
3
- VERSION = "0.4.0.1"
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_faq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0.1
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kiseliev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-18 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
@@ -44,17 +44,17 @@ dependencies:
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
  description: FAQ system with EnjoyCMS support.
56
56
  email:
57
- - dev@enjoycreate.ru
57
+ - i43ack@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []