leankit 0.1.6 → 0.1.7

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: 820df050d2c8235658dc2c12575ede3920eb9211
4
- data.tar.gz: e8a32cfe879da9d79ca33ff26540f10afb42bd6b
3
+ metadata.gz: ad93b7d50d70b8e7decb5b066e2de42efcf9fc01
4
+ data.tar.gz: 9bfe1649754fec58c5e00b54914de7f480681e5b
5
5
  SHA512:
6
- metadata.gz: dfbc805f4d5fff35dd962b8fe1fbf70b4d57ddd910950df24c9f3670c8633d65439a32234f9097aa6a4a19f6dbc03b26b0427da83f8bb05bc9b103b2d8ac4d5d
7
- data.tar.gz: 13e31989c361a144523774a01302064367fb25eed156b76bd5626517fa9d1e3edae9935ca77f1b089311cdeb72d35117556785abdae8ca222dd4ba6219d5605b
6
+ metadata.gz: 42bff6ecf0bef8080e51418dcb6dc8f298550bfd8227ba517a60905a2944b18650a213ed54b6b9bbee53a36a3cd779fffa3665a1b3b4d90ac7dbb57aeb65eec1
7
+ data.tar.gz: c527e8c5fad86aac19e25974147bc6fe7cb2ccd6c53485b65530775e0bc9805566ad2f27b1d0970b10e25da026ca0ffbf793554977482377b6bdb9d95c749c97
data/Gemfile CHANGED
@@ -1,9 +1,8 @@
1
- source :rubygems
1
+ source "https://rubygems.org"
2
2
 
3
3
  gem "echoe", '4.6.3'
4
- gem "httparty", '0.8.1'
4
+ gem "httparty"
5
5
  gem "json", '1.7.5'
6
-
7
6
  group :test do
8
7
  gem 'rspec', '2.7.0'
9
- end
8
+ end
@@ -1,5 +1,5 @@
1
1
  GEM
2
- remote: http://rubygems.org/
2
+ remote: https://rubygems.org/
3
3
  specs:
4
4
  allison (2.0.3)
5
5
  diff-lcs (1.1.3)
@@ -10,13 +10,13 @@ GEM
10
10
  rdoc (>= 3.6.1)
11
11
  rubyforge (>= 2.0.4)
12
12
  gemcutter (0.7.1)
13
- httparty (0.8.1)
14
- multi_json
13
+ httparty (0.9.0)
14
+ multi_json (~> 1.0)
15
15
  multi_xml
16
16
  json (1.7.5)
17
17
  json_pure (1.8.0)
18
- multi_json (1.7.6)
19
- multi_xml (0.5.4)
18
+ multi_json (1.9.2)
19
+ multi_xml (0.5.5)
20
20
  rake (10.0.4)
21
21
  rdoc (4.0.1)
22
22
  json (~> 1.4)
@@ -36,6 +36,6 @@ PLATFORMS
36
36
 
37
37
  DEPENDENCIES
38
38
  echoe (= 4.6.3)
39
- httparty (= 0.8.1)
39
+ httparty
40
40
  json (= 1.7.5)
41
41
  rspec (= 2.7.0)
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ RSpec::Core::RakeTask.new(:spec)
7
7
 
8
8
  task :default => :spec
9
9
 
10
- Echoe.new('leankit', '0.1.6') do |p|
10
+ Echoe.new('leankit', '0.1.7') do |p|
11
11
  p.description = "Ruby Wrapper around LeanKitKanban Api"
12
12
  p.url = "http://github.com/noahpryor/leankitkanban"
13
13
  p.author = "Noah Pryor"
@@ -1,9 +1,9 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: leankit 0.1.6 ruby lib
2
+ # stub: leankit 0.1.7 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "leankit"
6
- s.version = "0.1.6"
6
+ s.version = "0.1.7"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
@@ -10,4 +10,4 @@ require File.join(File.dirname(__FILE__), 'leankit', 'backlog')
10
10
  require File.join(File.dirname(__FILE__), 'leankit', 'archive')
11
11
 
12
12
  module LeanKit
13
- end
13
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leankit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noah Pryor