rcms 0.2.0 → 0.2.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: 5c1faee7a58a67d00cb8058690f7dce50f2d066d
4
- data.tar.gz: 7770258d669fcae8e71581c86b1dcafe8459ce4a
3
+ metadata.gz: 62c69c0ed38ac70986b6f300c13d46c71d6b8793
4
+ data.tar.gz: 469d5fac1ea33c571253bea8814b8f08e167dea6
5
5
  SHA512:
6
- metadata.gz: 5ee19950c196ae9ffe416b3479d2eabcbdadedf48d0bdc7429328e1e9fa36a4b4f5b5cccfe50aca472eb64a4683e093481b06962faebfd96e684c61b65b1a8f4
7
- data.tar.gz: 260e27a2adf277ab92a2137828ba297fd723e92454a430435b95c8fdd6315e920329e1e84e57a41e92713adbd1e1cd902419eefd2576ed7b052ac9b07fbef0d1
6
+ metadata.gz: 9f29e2a86e17aa9a7589315aeb36bccd16249319fb476280da8880b44055dfa859eff89f55b3797eee23a6f46a8224c957d8ecaa5438a4325298576134457f7c
7
+ data.tar.gz: 1f758dc381ba2735514340f5307c5d7e06acd7cad3b4021cf0b3de8f8287962f89c9a82c487e0f4c910d020ff906ed16bd8f098d0d2b80dcf36390f9302077b7
data/.gitignore CHANGED
@@ -7,4 +7,4 @@
7
7
  /pkg/
8
8
  /spec/reports/
9
9
  /tmp/
10
- .idea
10
+ .idea
@@ -0,0 +1,10 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+ #.idea
data/README.md CHANGED
@@ -16,7 +16,7 @@ Also you can enable:
16
16
 
17
17
  ## Requirements
18
18
 
19
- Currently Rcms designed to work with:
19
+ Rcms designed to work with:
20
20
  - activeadmin
21
21
  - kaminari
22
22
  - carrierwave
@@ -26,7 +26,7 @@ Currently Rcms designed to work with:
26
26
  ## Installation
27
27
 
28
28
  ```bash
29
- gem 'rcms', '0.1.3'
29
+ gem 'rcms', '0.2.0'
30
30
  ```
31
31
  or
32
32
  ```bash
@@ -58,7 +58,7 @@ apply_meta_tags rcms_page
58
58
  ### News
59
59
  News feature: allows you to manage news from admin panel and show them on frontend
60
60
  ```bash
61
- $ rails g rcms_news
61
+ $ rails g rcms_tidings
62
62
  $ rake db:migrate
63
63
  ```
64
64
  Will generate models, activeadmin resources, controllers, uploaders, views and patch routes.rb
@@ -1,3 +1,3 @@
1
1
  module Rcms
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rcms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ruslan.palagin
@@ -46,13 +46,7 @@ extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
48
  - ".gitignore"
49
- - ".idea/.name"
50
- - ".idea/.rakeTasks"
51
- - ".idea/cmshelper.iml"
52
- - ".idea/misc.xml"
53
- - ".idea/modules.xml"
54
- - ".idea/vcs.xml"
55
- - ".idea/workspace.xml"
49
+ - ".gitignore~"
56
50
  - Gemfile
57
51
  - LICENSE.txt
58
52
  - README.md