arusarka-mingle4r 0.2.2 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +9 -0
  2. metadata +1 -1
data/README CHANGED
@@ -110,6 +110,15 @@ m_c.proj_id = 'great_mingle_project'
110
110
  card = m_c.cards[0]
111
111
  card.property_value('Status')
112
112
 
113
+ F) Adding comment to a particular card
114
+ --------------------------------------
115
+
116
+ m_c = Mingle4r::MingleClient.new('http://localhost:8080', 'testuser', 'password')
117
+ m_c.proj_id = 'great_mingle_project'
118
+ defect_card = m_c.cards[0]
119
+ defect_card.add_comment('Not able to reproduce')
120
+
121
+
113
122
  == REQUIREMENTS:
114
123
 
115
124
  1) active_resource gem, it would be automatically taken care of
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arusarka-mingle4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - asur