serum-rails 0.1.0 → 0.1.1

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MjQxNGE4Y2QyM2M2M2NmZDJhZDYzOGZiZTcxYTFhYWI3MGIzNDgxMw==
4
+ YzI5ZTAwNWNjNjViNGM2ZmIwNzY2MTBjNTVmMzBhMjczNzk5ZDk2ZA==
5
5
  data.tar.gz: !binary |-
6
- OTdiOGRkMjUyMzE3YzU5NTU4MjczYjIwYjM0ZTk0OGE3OTQyYmU2Zg==
6
+ ZTM4NGM0MGI4N2YyM2YxN2VkNTliN2I1MGMxNWJjM2YyOWVjYjgyZg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- N2YzMGQ3MGNhOWQ4ZDhiOTA5OTJiNDRmMDgzZTgxMjNmOWYwNGU4YWYzOGZl
10
- OGQ1NWVlMDUyMTI2MmVkODRkYjVlODAyMzNkYWRiZjFhYjA1Yjc4OWE3YTQy
11
- YTVkZWU3YWVjYWRjNGU1MjFkM2VmNWU3YjMwNzdmMGM0NTQzMTA=
9
+ MTY0MGU0NzM2ZTI5YjhmMjA2YzQ3N2RiZTBhMzEzMmQ3OTJkYmQxZGI2NWNm
10
+ MWUzMGRkNGJlYWE1NzliMjNkZDc3NDE0OTM2MzYzZGMwNmI2ZjgyZjdjYzVh
11
+ NjNiZGI1YzJlM2FkZjgyYTRjYmZlM2I5ZmViNWQwMzZjM2NjYjc=
12
12
  data.tar.gz: !binary |-
13
- YWM0YjllYjAyMzljYTY0MjRmNDJjNjBlNDJlOWQ0OWNhYzUzYmVkNzhiYjI1
14
- MDdkNzFiNGU5NTJlMzgwMWRiZmM3MjZiMmNjYTA3MzU3YjcyMjgwNzcyNzY4
15
- OTFjZWMwMDRjMzdiNDhmMDViZDBiZDJlYjc2MDE2ZGNhMWRhY2Q=
13
+ NmJmMzM3ZTFiNDI4ODM3NzY2NjE0MWYyZDE0N2Q4Y2Y2YTVkODkxMDlmYzgz
14
+ Njg2ODUzZGM2NmVkMTJlMmMwYzM2M2JlNTE3OTJmYTZiMDEyNjhjNDZkOTNl
15
+ YzFkNjU4YjgxMmU3Yjg3ZGJmYzIzMDhhMzgxNzdjOGYzNWY2MmE=
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- serum-rails (0.1.0)
4
+ serum-rails (0.1.1)
5
5
  activesupport (>= 3.2)
6
6
 
7
7
  GEM
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
@@ -106,7 +106,7 @@ module Serum
106
106
 
107
107
  def to_hash
108
108
  hash = {}
109
- self.class.metrics.sort.each do |metric|
109
+ self.class.metrics.sort_by(&:to_s).each do |metric|
110
110
  hash[metric] = send(metric)
111
111
  end
112
112
  hash
@@ -1,7 +1,7 @@
1
1
  module Serum
2
2
  module Rails
3
3
 
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serum-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
@@ -65,6 +65,7 @@ files:
65
65
  - Gemfile.lock
66
66
  - LICENSE
67
67
  - README.md
68
+ - Rakefile
68
69
  - bin/serum-rails
69
70
  - lib/serum-rails.rb
70
71
  - lib/serum/rails/app.rb