attributary 0.1.5 → 0.1.6

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3dc4a98204e1c8d9d654420c3c5066ba025ec21
4
- data.tar.gz: 42069a8885d1877629218952e52c5248099f1cc1
3
+ metadata.gz: 584a9f8b9eadefccbe6b351f0b42d45228d5f65f
4
+ data.tar.gz: d17282a95965e56f1d98fd0aa62bfd188fdf6039
5
5
  SHA512:
6
- metadata.gz: efd9f28b3e4cfeaaa8523fce7968c4aa825d4090bdb2c1f2ece847972a63288bd67eba732f23dee40d12ca0494c0db9c15ff5fa7eb48361ca986a9925a780a3d
7
- data.tar.gz: 531b078d8aa7d90a0cb66b8d09e15cf4484775cedcacdefd536836971289365f1110fa9842de08324a6f1ffa885eb461c81c244d77e601e998428fd61276d291
6
+ metadata.gz: fa8184a99c5ce7dcdaa6a781f820379358b42a56ccee74350d71e223c7e602941aabe9943bd75831e2eae6c0e9c67cadd2aada1850349ebbe9d8c2b4468e079d
7
+ data.tar.gz: 41d7f0a974adc4e64e4a194f3c6a0bca3a1cd5d0791455c1153d7498d511c9ba3e1071a01dcc83de7da807de944438d4034a57c7c4380a1e816a60d36a52ba79
@@ -1,15 +1,15 @@
1
1
  example_id | status | run_time |
2
2
  ------------------------------------------------ | ------ | --------------- |
3
- ./spec/unit/attributary/attribute_spec.rb[1:1:1] | passed | 0.00045 seconds |
4
- ./spec/unit/attributary/attribute_spec.rb[1:1:2] | passed | 0.00012 seconds |
5
- ./spec/unit/attributary/attribute_spec.rb[1:1:3] | passed | 0.00016 seconds |
6
- ./spec/unit/attributary/attribute_spec.rb[1:1:4] | passed | 0.0001 seconds |
7
- ./spec/unit/attributary/attribute_spec.rb[1:2:1] | passed | 0.00012 seconds |
8
- ./spec/unit/attributary/attribute_spec.rb[1:2:2] | passed | 0.0001 seconds |
9
- ./spec/unit/attributary/attribute_spec.rb[1:3:1] | passed | 0.00103 seconds |
3
+ ./spec/unit/attributary/attribute_spec.rb[1:1:1] | passed | 0.00076 seconds |
4
+ ./spec/unit/attributary/attribute_spec.rb[1:1:2] | passed | 0.00007 seconds |
5
+ ./spec/unit/attributary/attribute_spec.rb[1:1:3] | passed | 0.00011 seconds |
6
+ ./spec/unit/attributary/attribute_spec.rb[1:1:4] | passed | 0.00008 seconds |
7
+ ./spec/unit/attributary/attribute_spec.rb[1:2:1] | passed | 0.00008 seconds |
8
+ ./spec/unit/attributary/attribute_spec.rb[1:2:2] | passed | 0.00007 seconds |
9
+ ./spec/unit/attributary/attribute_spec.rb[1:3:1] | passed | 0.00146 seconds |
10
10
  ./spec/unit/attributary/attribute_spec.rb[1:3:2] | passed | 0.00012 seconds |
11
- ./spec/unit/attributary/attribute_spec.rb[1:4:1] | passed | 0.00014 seconds |
12
- ./spec/unit/attributary/attribute_spec.rb[1:4:2] | passed | 0.00013 seconds |
13
- ./spec/unit/attributary/attribute_spec.rb[1:5:1] | passed | 0.00015 seconds |
14
- ./spec/unit/attributary/attribute_spec.rb[1:6:1] | passed | 0.00013 seconds |
15
- ./spec/unit/attributary/attribute_spec.rb[1:7:1] | passed | 1.03 seconds |
11
+ ./spec/unit/attributary/attribute_spec.rb[1:4:1] | passed | 0.0001 seconds |
12
+ ./spec/unit/attributary/attribute_spec.rb[1:4:2] | passed | 0.00011 seconds |
13
+ ./spec/unit/attributary/attribute_spec.rb[1:5:1] | passed | 0.00011 seconds |
14
+ ./spec/unit/attributary/attribute_spec.rb[1:6:1] | passed | 0.00009 seconds |
15
+ ./spec/unit/attributary/attribute_spec.rb[1:7:1] | passed | 0.00011 seconds |
@@ -1,9 +1,6 @@
1
1
  module Attributary
2
2
  module Types
3
3
  class FixnumType < IntegerType
4
- def self.cast_to(value)
5
- value.to_f
6
- end
7
4
  end
8
5
  end
9
6
  end
@@ -1,3 +1,3 @@
1
1
  module Attributary
2
- VERSION = '0.1.5'.freeze
2
+ VERSION = '0.1.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: attributary
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Brody