farski-systeme 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/systeme.rb +1 -3
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 3
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
data/lib/systeme.rb CHANGED
@@ -12,6 +12,4 @@ module Systeme
12
12
  include Systeme::Conversions
13
13
  end
14
14
 
15
- Numeric.send :include, Systeme
16
-
17
- puts 1.carat
15
+ Numeric.send :include, Systeme
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: farski-systeme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Kalafarski