sisow 1.4 → 1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Gemfile.lock +3 -3
  2. data/lib/sisow/version.rb +1 -1
  3. metadata +2 -2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sisow (1.2)
4
+ sisow (1.4)
5
5
  crack
6
6
  hashie
7
7
  httpi
@@ -13,10 +13,10 @@ GEM
13
13
  diff-lcs (1.1.3)
14
14
  fakeweb (1.3.0)
15
15
  hashie (1.2.0)
16
- httpi (1.1.1)
16
+ httpi (2.0.0)
17
17
  rack
18
18
  multi_json (1.3.5)
19
- rack (1.4.3)
19
+ rack (1.4.4)
20
20
  rake (0.9.2.2)
21
21
  rspec (2.10.0)
22
22
  rspec-core (~> 2.10.0)
@@ -1,3 +1,3 @@
1
1
  module Sisow
2
- VERSION = "1.4"
2
+ VERSION = "1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sisow
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.4'
4
+ version: '1.5'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-14 00:00:00.000000000 Z
12
+ date: 2013-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httpi