rbbt-util 5.17.9 → 5.17.10

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: cb18fb3026f6052946ed735bb542049e6f0af4ba
4
- data.tar.gz: d222c8f82929c5c12f8814ce87ef4710c302cc25
3
+ metadata.gz: 57ee05823a57a9d2e8b278473c3605ed5ab27d5e
4
+ data.tar.gz: 90e52c0737e2f09df065fb75daaec0ada746ed72
5
5
  SHA512:
6
- metadata.gz: 5239e416c727b3c4216d6431c566478f5de69a85dae9e4bf764461582844ab5667071d165a433238dd9e782a05fa70e71c710a6dba658b370303ad3e6e35058f
7
- data.tar.gz: 17cd7eb87612d4fa188b6b9abe953fca9505f94255854f2373255148c1f46f8f673bdc3ecbdc1f113626a9e1cb0aba641089ad3e30db9404b05e4084332298cf
6
+ metadata.gz: ce31cfdbaa010ef353f34ee4bddeabc7f5e8ffc53a43f17ba13304834ca5bec2fe234a048a4233e32f04f2934574838e2774ffaba3da6a8ef9a9e97a1fe658c0
7
+ data.tar.gz: e5e6b77c95ecc1dda54a9b822a20ae0ba6b6f0121dc03c5e9c2ddc467507b93e713d44e42138610c50fe4b258c908d798ace0785a299342166cf4d1f3c3c3cd6
@@ -1,4 +1,4 @@
1
- require 'zurb-foundation'
1
+ #require 'zurb-foundation'
2
2
 
3
3
  #RbbtRESTHelpers.add_sass_load_path "#{Gem.loaded_specs['zurb-foundation'].full_gem_path}/scss/"
4
4
  #RbbtRESTHelpers.javascript_resources << Path.setup("#{Gem.loaded_specs['zurb-foundation'].full_gem_path}/js/foundation")
@@ -1,4 +1,4 @@
1
1
  #require 'zen-grids'
2
2
  require 'compass'
3
- require 'compass-susy'
4
- require 'toolkit'
3
+ #require 'compass-susy'
4
+ #require 'toolkit'
@@ -4,7 +4,7 @@ RbbtRESTHelpers.template_resources.unshift Rbbt.www.views.find if Rbbt.www.views
4
4
 
5
5
  load Rbbt.etc['app.d']['grid_system.rb'].find if Rbbt.etc['app.d']['grid_system.rb'].exists?
6
6
 
7
- require 'sass-css-importer'
7
+ #require 'sass-css-importer'
8
8
 
9
9
  Sinatra::RbbtRESTMain.add_resource_path(Path.setup(ENV["RBBT_VIEWS_DIR"]), true) if ENV["RBBT_VIEWS_DIR"] and not ENV["RBBT_VIEWS_DIR"].empty?
10
10
 
@@ -95,7 +95,7 @@ module Entity
95
95
  end
96
96
  end
97
97
 
98
- self.include Entity::Identified unless Entity::Identified === self
98
+ self.send(:include, Entity::Identified) unless Entity::Identified === self
99
99
 
100
100
  self.format = all_fields
101
101
  @formats ||= []
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-util
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.17.9
4
+ version: 5.17.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez