is_filterable 0.0.4 → 0.0.5

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/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2012 Philip Kurmann
1
+ Copyright (c) 2011-2012 In&Work AG, Lucien Stuker
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -1,5 +1,6 @@
1
1
  require 'rails'
2
2
  require "is_filterable/version"
3
+ require "is_filterable/is_filterable"
3
4
 
4
5
  module IsFilterable
5
6
  class Engine < ::Rails::Engine
@@ -7,8 +7,8 @@ module IsFilterable
7
7
 
8
8
  module ClassMethods
9
9
  def is_filterable args = {}
10
- include Filterable::IsFilterable::InstanceMethods
11
- extend Filterable::IsFilterable::SingletonMethods
10
+ include IsFilterable::Filterable::InstanceMethods
11
+ extend IsFilterable::Filterable::SingletonMethods
12
12
  end
13
13
  end
14
14
 
@@ -1,3 +1,3 @@
1
1
  module IsFilterable
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: is_filterable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-05-27 00:00:00.000000000 Z
13
+ date: 2013-05-28 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec
@@ -58,10 +58,10 @@ files:
58
58
  - LICENSE
59
59
  - README.rdoc
60
60
  - Rakefile
61
- - app/assets/javascript/filterable.js.coffee
61
+ - app/assets/javascript/is_filterable.js.coffee
62
62
  - is_filterable.gemspec
63
63
  - lib/is_filterable.rb
64
- - lib/is_filterable/filterable.rb
64
+ - lib/is_filterable/is_filterable.rb
65
65
  - lib/is_filterable/version.rb
66
66
  homepage: https://github.com/InWork/is_filterable
67
67
  licenses: []
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  version: '0'
78
78
  segments:
79
79
  - 0
80
- hash: 3241337940165514357
80
+ hash: 3851583352649286696
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  segments:
88
88
  - 0
89
- hash: 3241337940165514357
89
+ hash: 3851583352649286696
90
90
  requirements: []
91
91
  rubyforge_project: is_filterable
92
92
  rubygems_version: 1.8.25