mida 0.3.7 → 0.3.8

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: cde0c31ecf86cd045ae29de07cd82b579ee941a9
4
- data.tar.gz: 2823a83ecb98f15bd20c429515985f293d512915
3
+ metadata.gz: 6d0779e084596b0297e048d178dd976839f62fbc
4
+ data.tar.gz: ba24a4a2c651c5cf1b41c149a4b631950462b24e
5
5
  SHA512:
6
- metadata.gz: 33555423be24c0b7520449187cca5a1a52f7404cc20e7660b3c04c1be1c85136bda187e57a5cfaee36dea02aabb753ff21bcd3e86259b1cbab29888a07a15742
7
- data.tar.gz: b9b04ca377acba4c9e7e5067c5b9db97bdba04eac474dac3f5a504dd158835a26aac7fd414c8d89305ba45f76558263b936fdefcd0f050d30d2cff31b87c5e20
6
+ metadata.gz: 11c421b839ea474cb7766b12f3dfbb7ffe63c2f6674003669682a98e393af74b85fa481cca4d9ad496d834976e008e83ca8e1efd9cce4a941128fc67579ae4dc
7
+ data.tar.gz: 9dcf88e1963fdec40a0a3e00d27b72c654fd83ba1eac1bd0dc5c255350b835377c7cff5b8a628aaf2ca97196e6a5bd0dd15be251d97ab5e1f7431243fe4da3d2
@@ -1,3 +1,6 @@
1
+ == 0.3.8 (3rd June 2013)
2
+ * Corrects Gemfile.lock to work properly with bundler (sorry I did this again).
3
+
1
4
  == 0.3.7 (3rd June 2014)
2
5
  * Ensures that domains with non 7-bit ASCII characters such as those with umlauts are handled properly.
3
6
 
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mida (0.3.6)
4
+ mida (0.3.8)
5
5
  addressable (~> 2.3.6)
6
6
  blankslate (= 2.1.2.4)
7
7
  nokogiri (>= 1.5)
@@ -1,3 +1,3 @@
1
1
  module Mida
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mida
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.7
4
+ version: 0.3.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lawrence Woodman