xagemu 0.0.1 → 0.0.2

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.
Files changed (3) hide show
  1. data/lib/xagemu.rb +0 -3
  2. metadata +13 -3
  3. data/lib/xagemu/coder.rb +0 -0
data/lib/xagemu.rb CHANGED
@@ -1,6 +1,3 @@
1
- module Xagemu
2
- end
3
-
4
1
  class ActiveRecord::Base
5
2
  def self.gemu_order(by = :id, c = :asc)
6
3
  default_scope :order => "#{by} #{c}"
metadata CHANGED
@@ -1,8 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xagemu
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 27
4
5
  prerelease:
5
- version: 0.0.1
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 2
10
+ version: 0.0.2
6
11
  platform: ruby
7
12
  authors:
8
13
  - stefany
@@ -14,7 +19,7 @@ date: 2011-06-02 00:00:00 +08:00
14
19
  default_executable:
15
20
  dependencies: []
16
21
 
17
- description: Another gem-like gem
22
+ description: A gem-like gem that would allow you to sort by attribute
18
23
  email: stefanyserino@gmail.com
19
24
  executables: []
20
25
 
@@ -24,7 +29,6 @@ extra_rdoc_files: []
24
29
 
25
30
  files:
26
31
  - lib/xagemu.rb
27
- - lib/xagemu/coder.rb
28
32
  has_rdoc: true
29
33
  homepage: http://rubygems.org/gems/xagemu
30
34
  licenses: []
@@ -39,12 +43,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
39
43
  requirements:
40
44
  - - ">="
41
45
  - !ruby/object:Gem::Version
46
+ hash: 3
47
+ segments:
48
+ - 0
42
49
  version: "0"
43
50
  required_rubygems_version: !ruby/object:Gem::Requirement
44
51
  none: false
45
52
  requirements:
46
53
  - - ">="
47
54
  - !ruby/object:Gem::Version
55
+ hash: 3
56
+ segments:
57
+ - 0
48
58
  version: "0"
49
59
  requirements: []
50
60
 
data/lib/xagemu/coder.rb DELETED
File without changes