pivotal_sync 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -23,10 +23,10 @@ Gives access to projects, iterations, stories, memberships, attachments, comment
23
23
  number_of_done_iterations_to_show, Integer
24
24
  labels, String
25
25
  allow_attachments, Boolean
26
- public, Boolean
26
+ is_public, Boolean
27
27
  use_https, Boolean
28
28
  bugs_and_chores_are_estimatable, Boolean
29
- comit_mode, Boolean
29
+ commit_mode, Boolean
30
30
  last_activity_at, DateTime
31
31
 
32
32
  #### Iteration
@@ -35,10 +35,10 @@ module PivotalSync
35
35
  element :number_of_done_iterations_to_show, Integer
36
36
  element :labels, String
37
37
  element :allow_attachments, Boolean
38
- element :public, Boolean
38
+ element :is_public, Boolean, tag: "public"
39
39
  element :use_https, Boolean
40
40
  element :bugs_and_chores_are_estimatable, Boolean
41
- element :comit_mode, Boolean
41
+ element :commit_mode, Boolean
42
42
  element :last_activity_at, DateTime
43
43
  has_many :memberships, Membership
44
44
  has_many :integrations, Integration
@@ -1,3 +1,3 @@
1
1
  module PivotalSync
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pivotal_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: