the_role 2.5 → 2.5.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: d7700ef13fecc1ba8b6947d6a0ba4456e91cbf91
4
- data.tar.gz: edee96d6f042e8f6454d6d899572603ba0057bd8
3
+ metadata.gz: 2da50021e5faf84fee4fc36f394a7261b6656f0d
4
+ data.tar.gz: de454cfc3be8494c1281d56dbc95a908a00fedda
5
5
  SHA512:
6
- metadata.gz: a95cff998b90f59352d1b380ae698ca026f0f31b024844219b1a6ed55f761e7a83ac42a6a3d9ff99ccde0be192ac7f2ec7cd2e121ee39dd8eb4cda7c35473a81
7
- data.tar.gz: b44c2b1b3fbcaf32e2127e632cf866298307a4f6837930ff3ab752d7b72fd2a2bc268614c2db1b3aa97eb50fa20ab4a4ce003e8076e6bc2f7540adf2bc79eb7b
6
+ metadata.gz: 240a0b2438d2ab2031958de50996c7b05c5ca497569a2ee0308b2d1f19c8932fc885b08c55be2eb864d57d5defc4c2b45ce671bbdcfa2f92c400e61a68d8b80f
7
+ data.tar.gz: 2a8c73e9f25e3ce0f53fd0472b913f86c92e03ed447b1f875dbed910350a06fe0f0dc469d6dead73b9f1c25c361c3d94c2d0e3aadb81da43ab2cf51be5439731
@@ -1,3 +1,3 @@
1
1
  module TheRole
2
- VERSION = "2.5"
2
+ VERSION = "2.5.1"
3
3
  end
data/lib/the_role.rb CHANGED
@@ -3,6 +3,8 @@ require 'the_role/config'
3
3
  require 'the_role/version'
4
4
  require 'the_role/activerecord'
5
5
 
6
+ require 'the_string_to_slug'
7
+
6
8
  module TheRole
7
9
  class << self
8
10
  def create_admin_role!
@@ -6,8 +6,6 @@ gem 'devise'
6
6
  gem 'sqlite3'
7
7
  gem 'state_machine', '~> 1.2.0'
8
8
 
9
- gem "the_string_to_slug", path: "../../../the_string_to_slug"
10
-
11
9
  gem 'sprockets-rails', github: 'rails/sprockets-rails'
12
10
  gem 'coffee-rails', github: 'rails/coffee-rails'
13
11
  gem 'sass-rails', github: 'rails/sass-rails'
@@ -20,7 +18,9 @@ gem 'uglifier'
20
18
  gem 'jquery-rails'
21
19
  gem 'jbuilder', '~> 1.0.1'
22
20
 
23
- gem 'the_role', path: '../../'
21
+ gem 'the_role', "~> 2.5"
22
+ # path: '../../'
23
+
24
24
  gem 'the_role_bootstrap3_ui',
25
25
  github: 'the-teacher/the_role_bootstrap3_ui',
26
26
  branch: 'master'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_role
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.5'
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilya N. Zykin [the-teacher]