role_playing 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bb79da3d2d1f840906ef6a9b5007a4c3341a354
4
- data.tar.gz: 116bd8cddd8b97b7bf4b47fedf49d2090c8fbf70
3
+ metadata.gz: acc47fb68f920dabe8fcc084ef43160f08af002c
4
+ data.tar.gz: 05a16b6ad906a671e5919e96331162432c43765a
5
5
  SHA512:
6
- metadata.gz: a6e6e30ede28a81b584185b3d4e113f81bcb5a33ab96f5e74d285404f5b504ae7d0d982c4e0944345faf83796b4321123104d1652f54f28afc30686edbedf025
7
- data.tar.gz: 558d0d07a4bfe621689d2524f6bf33ecb608523f5d3a3819dc3b3dafa0db3ed53d1b28fdc94c9a62a8f0c3a8b127a1cf69adc2d16293940b97e9c18cdd601bb5
6
+ metadata.gz: 9b15287e0265ba8f09dda52154d1ce9f53a5471fc7168c31a4fbce05ca811554be114a9fd84f862d5bbc06205bc369795535b3f214df76e4912e700eb1ae7bc1
7
+ data.tar.gz: 9437a9f05d88a76ea225b7941e89d1e303d748835e5c1ddfd6dfccf28139e34e76e48423e7939fe6ac86aad18889099aff8b1d371d3dd08e7c49e10bbbf4478f
data/.travis.yml CHANGED
@@ -1,7 +1,6 @@
1
1
  language: ruby
2
2
  rvm:
3
- - "1.9.2"
4
3
  - "1.9.3"
5
4
  - jruby-19mode # JRuby in 1.9 mode
6
5
  - rbx-19mode
7
- script: bundle exec rspec spec
6
+ script: bundle exec rspec spec
@@ -4,7 +4,6 @@ module RolePlaying
4
4
  class Railtie < Rails::Railtie #:nodoc:
5
5
 
6
6
  config.after_initialize do |app|
7
- config.autoload_paths += %W(#{config.root}/app/contexts)
8
7
  ## this seems necessary
9
8
  Dir["#{config.root}/app/contexts/*"].each do |ctx|
10
9
  require_dependency ctx
@@ -1,3 +1,3 @@
1
1
  module RolePlaying
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: role_playing
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Axel Eriksson