trange_frange 0.1.3 → 0.1.4

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: 4d4b9ce2b3d08aea8863c1ba28ce13f6919a1a64
4
- data.tar.gz: 512e34503165a52102b9b61bb24dcd76304cf366
3
+ metadata.gz: 4827fef210b83f6092e260984bb759036150860f
4
+ data.tar.gz: 4820712f33b224c07a85e16916dec95a299dd807
5
5
  SHA512:
6
- metadata.gz: f7a173015aecc846927dbb29eb83b5e155336de311c1a106096f5dbe20657a3667815abd15d66cbe651cd5049214442584cddca72f38c1092dc9df518043309a
7
- data.tar.gz: a8019401d81900981094476f6805da830e7ebe691e6a7220a3230a311877d024f7bd2fb7a11fe45dab76e01fae5ad6ff7fb541b7a832d8e930b6f6677dbc7edd
6
+ metadata.gz: e5bc47cdbf81e6e343e60c1c43c3f46c464dbfa8bc261280f7f2101c99f741aa6a657dcf284d2643e1e02642c49f691092353656eec1792cd9e24ea28ca4ac57
7
+ data.tar.gz: 108d427e0d612cd3eade6ef819b0c70765a5b35c6d22846beabb6094288da93dd993da80e45d69d58391464952d1d3a8581d0275a0734cb07d623b8243957e44
@@ -2,3 +2,4 @@ language: ruby
2
2
  rvm:
3
3
  - 1.9.3
4
4
  - 2.0.0
5
+ - 2.1.4
@@ -9,4 +9,14 @@
9
9
  ### 0.1.2 / 2013-12-17 ###
10
10
 
11
11
  * Refactoring
12
- * Fixing 'require' bug
12
+ * Fixing 'require' bug
13
+
14
+ ### 0.1.3 / 2014-11-29 ###
15
+
16
+ * Update contact details
17
+ * Update github username
18
+ * Ruby 2.1 support
19
+
20
+ ### 0.1.4 / 2014-11-29 ###
21
+ * Fix gem version bug
22
+ * Version bump
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trange_frange (0.1.2)
4
+ trange_frange (0.1.3)
5
5
 
6
6
  GEM
7
7
  remote: http://rubygems.org/
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Ninoslav Milenovic
1
+ Copyright (c) 2014 Nino Milenovic
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # trange_frange #
2
2
 
3
- [![Build Status](https://travis-ci.org/pythogorian/trange_frange.png?branch=master)](https://travis-ci.org/pythogorian/trange_frange)
3
+ [![Build Status](https://travis-ci.org/rubyengineer/trange_frange.svg?branch=master)](https://travis-ci.org/rubyengineer/trange_frange)
4
4
 
5
5
  The tool spells out numbers (amounts) in words. It supports serbian language and amounts up to 999 bilions.
6
6
  > 12345.67 => 'dvanaest hiljada tri stotine četrdeset pet i 67/100'
@@ -39,6 +39,6 @@ amount.spell! show_fraction: true, squeeze: true, bald: true
39
39
  ```
40
40
 
41
41
  ### Copyright ###
42
- Copyright (c) 2013 Ninoslav Milenovic
42
+ Copyright (c) 2014 Nino Milenovic
43
43
 
44
44
  See LICENSE.txt for details.
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module TrangeFrange
4
- VERSION = '0.1.3'
5
- end
4
+ VERSION = '0.1.4'
5
+ end
@@ -8,9 +8,9 @@ Gem::Specification.new do |gem|
8
8
  gem.summary = %q{Tool for spelling amounts}
9
9
  gem.description = %q{The tool spells out numbers (amounts) in words. It supports serbian language.}
10
10
  gem.license = 'MIT'
11
- gem.authors = ['Ninoslav Milenovic']
12
- gem.email = 'nino.mil@gmail.com'
13
- gem.homepage = 'https://github.com/pythogorian/trange_frange#readme'
11
+ gem.authors = ['Nino Milenovic']
12
+ gem.email = 'coffee@rubyengineer.com'
13
+ gem.homepage = 'https://github.com/rubyengineer/trange_frange#readme'
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trange_frange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Ninoslav Milenovic
7
+ - Nino Milenovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-19 00:00:00.000000000 Z
11
+ date: 2014-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.2'
55
55
  description: The tool spells out numbers (amounts) in words. It supports serbian language.
56
- email: nino.mil@gmail.com
56
+ email: coffee@rubyengineer.com
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
@@ -87,7 +87,7 @@ files:
87
87
  - spec/spec_helper.rb
88
88
  - spec/trange_frange_spec.rb
89
89
  - trange_frange.gemspec
90
- homepage: https://github.com/pythogorian/trange_frange#readme
90
+ homepage: https://github.com/rubyengineer/trange_frange#readme
91
91
  licenses:
92
92
  - MIT
93
93
  metadata: {}