ar_rollout 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/ar_rollout.rb CHANGED
@@ -36,7 +36,7 @@ module ArRollout
36
36
  end
37
37
 
38
38
  def self.features
39
- Rollout.select("distinct(name) sort by name").map(&:name)
39
+ Rollout.select("distinct(name)").order(:name).map(&:name)
40
40
  end
41
41
 
42
42
  def self.active?(name, user)
@@ -1,3 +1,3 @@
1
1
  module ArRollout
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ar_rollout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: