imbriaco-integrity 0.1.9.2 → 0.1.9.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/integrity.gemspec CHANGED
@@ -1,6 +1,7 @@
1
+ # -*- coding: utf-8 -*-
1
2
  Gem::Specification.new do |s|
2
3
  s.name = "integrity"
3
- s.version = "0.1.9.2"
4
+ s.version = "0.1.9.2.1"
4
5
  s.date = "2009-03-16"
5
6
 
6
7
  s.description = "Your Friendly Continuous Integration server. Easy, fun and painless!"
@@ -31,9 +31,9 @@ module Integrity
31
31
 
32
32
  def self.only_public_unless(condition)
33
33
  if condition
34
- all
34
+ all(:order => [ :name ])
35
35
  else
36
- all(:public => true)
36
+ all(:public => true, :order => [ :name ])
37
37
  end
38
38
  end
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imbriaco-integrity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9.2
4
+ version: 0.1.9.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Nicol\xC3\xA1s Sanguinetti"