sellsy-client 0.6.0 → 0.7.0

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
  SHA256:
3
- metadata.gz: 2650575efc5348dd9426aea3c42325c0d6826e15890c5cd702ffb315e2274fe5
4
- data.tar.gz: 03b323c8b6f433a6249d6467eb5876ac90c3c4fa93769da564ab1783b61d6641
3
+ metadata.gz: daea9b17f02c15476311564df71e4288afd6335c550495fbcf0d89a89c0d2989
4
+ data.tar.gz: 551a56219983d6d887f86c7e543a5411c6db51d50b9d35a1ddece2a70ed202d5
5
5
  SHA512:
6
- metadata.gz: f21527b4740706fc96fc0cb18135f84a133404e9072643564c0ad2fe195f399529cf99a0453fa442ba767d4d13c7e1c84f9be742cc9aa016e34d71b5c2190928
7
- data.tar.gz: c7e7f4d19fcddd531d190fa3dafd81a5409bb9630f79b0ee0f2013cc15003fd53323f20e594bc78da15d7ca12bdde13f5b674d8aaed7e1778f08c5072e837c8b
6
+ metadata.gz: fe0602114ba4ef74059949ef138c40b3e4b68ce4472d7ceb96c5db5343a75908e69691bc5a7855afdd0d36b3c8b20321c900aa71a22556e9ae303425ff27cd85
7
+ data.tar.gz: f0a864811e221932ec0cc2eb8963b248e60042b61e9dc33515e62cdb376c0d9aa460e1b0bfd64edcfaa98a25cf80779240a2b868d7473730d548d58e3aa46615
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sellsy-client (0.5.0)
4
+ sellsy-client (0.6.0)
5
5
  multi_json (~> 1.11)
6
6
  rest-client (~> 2.0, >= 2.0.2)
7
7
 
@@ -27,7 +27,7 @@ GEM
27
27
  netrc (~> 0.8)
28
28
  unf (0.1.4)
29
29
  unf_ext
30
- unf_ext (0.0.7.6)
30
+ unf_ext (0.0.7.7)
31
31
 
32
32
  PLATFORMS
33
33
  ruby
@@ -77,7 +77,7 @@ module Sellsy
77
77
  'dueDate' => (Date.today + 1.month).to_datetime.to_i,
78
78
  'stepid' => step['id'],
79
79
  'contacts' => @contacts.blank? ? nil : @contacts.join(','),
80
- 'stickyNote' => @comments
80
+ 'brief' => @comments
81
81
  }
82
82
  }
83
83
  else
@@ -1,3 +1,3 @@
1
1
  module Sellsy
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sellsy-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Stammers