refinerycms-registrations 0.1.0 → 0.1.1
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.
- data/config/locales/en.yml +2 -0
- data/config/locales/es.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/nb.yml +2 -0
- data/config/locales/nl.yml +2 -0
- data/config/locales/sk.yml +2 -0
- data/lib/refinery/registrations/engine.rb +2 -1
- data/readme.md +3 -4
- metadata +21 -5
data/config/locales/en.yml
CHANGED
data/config/locales/es.yml
CHANGED
data/config/locales/fr.yml
CHANGED
data/config/locales/nb.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/config/locales/sk.yml
CHANGED
|
@@ -8,7 +8,7 @@ module Refinery
|
|
|
8
8
|
|
|
9
9
|
initializer "register refinerycms_registrations plugin" do
|
|
10
10
|
Refinery::Plugin.register do |plugin|
|
|
11
|
-
plugin.name = "registrations"
|
|
11
|
+
plugin.name = "refinerycms-registrations"
|
|
12
12
|
plugin.url = proc { Refinery::Core::Engine.routes.url_helpers.race_registrations_admin_registrations_path }
|
|
13
13
|
plugin.pathname = root
|
|
14
14
|
plugin.activity = {
|
|
@@ -20,6 +20,7 @@ module Refinery
|
|
|
20
20
|
|
|
21
21
|
config.to_prepare do
|
|
22
22
|
require 'refinerycms-pages'
|
|
23
|
+
require 'humanizer'
|
|
23
24
|
Refinery::PagesController.send :include, Refinery::RaceRegistrations::Extensions::PagesController
|
|
24
25
|
end
|
|
25
26
|
|
data/readme.md
CHANGED
|
@@ -37,7 +37,6 @@ Open up your ``Gemfile`` and add at the bottom this line:
|
|
|
37
37
|
|
|
38
38
|
```ruby
|
|
39
39
|
gem 'refinerycms-registrations', '~> 0.1.0'
|
|
40
|
-
gem 'humanizer'
|
|
41
40
|
```
|
|
42
41
|
|
|
43
42
|
Now, run
|
|
@@ -81,10 +80,10 @@ rake assets:precompile
|
|
|
81
80
|
* autocomplete in Club
|
|
82
81
|
* tests
|
|
83
82
|
|
|
83
|
+
## Code
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
[](https://codeclimate.com/github/Matho/refinerycms-registrations)
|
|
86
86
|
|
|
87
|
-
* Humanizer don't work as engine dependency, you must include gem 'humanizer' in your app gemfile
|
|
88
87
|
|
|
89
88
|
## Testing
|
|
90
89
|
|
|
@@ -92,4 +91,4 @@ TODO
|
|
|
92
91
|
|
|
93
92
|
## License
|
|
94
93
|
|
|
95
|
-
Refinery CMS
|
|
94
|
+
Refinery CMS Registrations engine is released under the MIT license. Created by Martin Markech.
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: refinerycms-registrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 0.1.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Martin Markech
|
|
@@ -12,14 +12,13 @@ cert_chain: []
|
|
|
12
12
|
date: 2012-10-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
|
-
|
|
15
|
+
type: :runtime
|
|
16
16
|
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
21
|
version: 2.0.8
|
|
22
|
-
type: :runtime
|
|
23
22
|
prerelease: false
|
|
24
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
24
|
none: false
|
|
@@ -27,15 +26,31 @@ dependencies:
|
|
|
27
26
|
- - ~>
|
|
28
27
|
- !ruby/object:Gem::Version
|
|
29
28
|
version: 2.0.8
|
|
29
|
+
name: refinerycms-core
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
|
-
|
|
31
|
+
type: :runtime
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
33
|
+
none: false
|
|
34
|
+
requirements:
|
|
35
|
+
- - ! '>='
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '0'
|
|
38
|
+
prerelease: false
|
|
39
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
+
none: false
|
|
41
|
+
requirements:
|
|
42
|
+
- - ! '>='
|
|
43
|
+
- !ruby/object:Gem::Version
|
|
44
|
+
version: '0'
|
|
45
|
+
name: humanizer
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
47
|
+
type: :development
|
|
32
48
|
requirement: !ruby/object:Gem::Requirement
|
|
33
49
|
none: false
|
|
34
50
|
requirements:
|
|
35
51
|
- - ~>
|
|
36
52
|
- !ruby/object:Gem::Version
|
|
37
53
|
version: 2.0.8
|
|
38
|
-
type: :development
|
|
39
54
|
prerelease: false
|
|
40
55
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
56
|
none: false
|
|
@@ -43,6 +58,7 @@ dependencies:
|
|
|
43
58
|
- - ~>
|
|
44
59
|
- !ruby/object:Gem::Version
|
|
45
60
|
version: 2.0.8
|
|
61
|
+
name: refinerycms-testing
|
|
46
62
|
description: Ruby on Rails race registrations extension for Refinery CMS
|
|
47
63
|
email: martin.markech@matho.sk
|
|
48
64
|
executables: []
|