ruby-progressbar 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35cb162ef6a48d988df23e47ffe815580cb6258a
4
- data.tar.gz: bf2ed1a84e032ebde941494682375c05da9117f2
3
+ metadata.gz: de140a57b8eb2dcda78dcafc0c85ccbfb56cdd1c
4
+ data.tar.gz: 7e1533eea70a9646865439bf0b91008f7a12c7a8
5
5
  SHA512:
6
- metadata.gz: 12c2dfc60bd0339e7b643fc68e67018a5f9281a3bd719a4df0197fd0ec639e31c84d2108ddad0516b9df5eaf6ee8f35a303c65159f59dfc931cbecd97928cf38
7
- data.tar.gz: d87e233863403cabd91c47eb73d20ab8e03250048638ba2042d50480ceb89b49a384fdb7c570b948941427785354d0d65b033db579633ea92bdfb6e00fa69c8a
6
+ metadata.gz: 6f431ea55b755057c1bcad31154ac4713171626da77fd4f004071af505f56bb913601c886bc3d86a985705bdfd90bba5d6e9a26a7ef1fd802c6cbf128deb9191
7
+ data.tar.gz: 722fc3894c31e2b8dcf84676e3c3dd9820eae76aa9e80e853428a4e989ba2aac780dcbf3ecd97cb29648ee6d24322234a63a5dcc695b8fc6dad0cd3f10a7962c
data/README.md CHANGED
@@ -13,7 +13,8 @@ Supported Rubies
13
13
  * MRI Ruby 1.8.7
14
14
  * MRI Ruby 1.9.2
15
15
  * MRI Ruby 1.9.3
16
- * MRI Ruby 2.0.0
16
+ * MRI Ruby 2.0
17
+ * MRI Ruby 2.1
17
18
  * JRuby (in 1.8 compat mode)
18
19
  * JRuby (in 1.9 compat mode)
19
20
 
@@ -1,3 +1,3 @@
1
1
  class ProgressBar
2
- VERSION = '1.5.0'
2
+ VERSION = '1.5.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-progressbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thekompanee
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-11 00:00:00.000000000 Z
12
+ date: 2014-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec