easy-resources 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52de11a80227ac1ccf50a92b365c9ed226fe460f7ff13eb0f485ed166c5c1ab0
4
- data.tar.gz: 656e7e58dab64d3979db05348b633414fbaeca2223910f412d6f7592d2c7e1bd
3
+ metadata.gz: 5bcec7bc4db468222969c7a9b38799d9f57b708cbdd7c200944e83661eeb50b0
4
+ data.tar.gz: bc31ac728c4126e1d6cdbacbc425dd260c0449d105e38042cc4603d4c764f866
5
5
  SHA512:
6
- metadata.gz: c63cead321cbe4a14201e70f4caf9c20c5fe3939b6ca9793ad76e60623020c57f4e21d39fae87d4f5417fd327dd3d51d4519bd69373d13ea7ef94795847332b6
7
- data.tar.gz: 9660653b0d62472781970f05e15803fdb7c1ad157267bcb2202b5af2d70dce35122d135a923fe722d0f389f67acbfcaa67251c52ef9e76d05fbb911de48bd53e
6
+ metadata.gz: ad330da90a52c3069baadd8217df2cdf7e9b10d31ad1e33c94f3253bae65f3a2710d8f9c03910b7f5642cb56dccfe8ba87db2aa4a052bb44df6b24768676b0f8
7
+ data.tar.gz: db3332dc3a1c93f72272d316a4e8f7261e417076d61f16f46bdef2939e01648db88a69a8c3510de0a095206571a587e7adb3510ed12daa65f824b32b3d344731
@@ -11,7 +11,9 @@ module Easy
11
11
  git_branch: :string,
12
12
  issue_id: :integer,
13
13
  easy_crm_case_id: :integer,
14
- easy_contact_id: :integer
14
+ easy_contact_id: :integer,
15
+ aasm_event: :string,
16
+ notes: :string
15
17
  }
16
18
 
17
19
  belongs_to :easy_contact, class_name: 'Easy::Resources::Redmine::EasyContact'
@@ -1,5 +1,5 @@
1
1
  module Easy
2
2
  module Resources
3
- VERSION = '0.7.4'
3
+ VERSION = '0.7.5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-resources
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.4
4
+ version: 0.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - petr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-02 00:00:00.000000000 Z
11
+ date: 2020-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -199,40 +199,40 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
199
  - !ruby/object:Gem::Version
200
200
  version: '0'
201
201
  requirements: []
202
- rubygems_version: 3.0.3
202
+ rubygems_version: 3.0.4
203
203
  signing_key:
204
204
  specification_version: 4
205
205
  summary: Summary of Easy::Resources.
206
206
  test_files:
207
- - spec/easy_resources_spec.rb
208
- - spec/support/active_resource.rb
209
- - spec/support/redmine_active_resource.rb
210
- - spec/support/fixtures.rb
211
- - spec/models/easy-resources/resource_spec.rb
212
- - spec/models/easy-resources/redmine/easy_web_application_spec.rb
213
- - spec/models/easy-resources/redmine/user_spec.rb
207
+ - spec/spec_helper.rb
208
+ - spec/models/easy-resources/redmine/project_spec.rb
214
209
  - spec/models/easy-resources/redmine/easy_crm_case_spec.rb
215
- - spec/models/easy-resources/redmine/redmine_base_spec.rb
216
210
  - spec/models/easy-resources/redmine/easy_contact_spec.rb
217
211
  - spec/models/easy-resources/redmine/issue_spec.rb
212
+ - spec/models/easy-resources/redmine/redmine_base_spec.rb
218
213
  - spec/models/easy-resources/redmine/easy_web_application_activity_spec.rb
219
- - spec/models/easy-resources/redmine/project_spec.rb
220
- - spec/fixtures/files/project/show.xml
221
- - spec/fixtures/files/easy_server/show.xml
222
- - spec/fixtures/files/easy_server/index.xml
223
- - spec/fixtures/files/project.json
214
+ - spec/models/easy-resources/redmine/easy_web_application_spec.rb
215
+ - spec/models/easy-resources/redmine/user_spec.rb
216
+ - spec/models/easy-resources/resource_spec.rb
217
+ - spec/support/active_resource.rb
218
+ - spec/support/fixtures.rb
219
+ - spec/support/redmine_active_resource.rb
220
+ - spec/easy_resources_spec.rb
224
221
  - spec/fixtures/files/easy_contact/show.xml
225
- - spec/fixtures/files/easy_crm_case/show.xml
226
222
  - spec/fixtures/files/easy_crm_case.json
223
+ - spec/fixtures/files/easy_crm_case/show.xml
224
+ - spec/fixtures/files/project.json
227
225
  - spec/fixtures/files/issue.json
228
226
  - spec/fixtures/files/user/show.xml
227
+ - spec/fixtures/files/project/show.xml
228
+ - spec/fixtures/files/issue/show.xml
229
229
  - spec/fixtures/files/easy_contact.json
230
+ - spec/fixtures/files/easy_server/index.xml
231
+ - spec/fixtures/files/easy_server/show.xml
232
+ - spec/fixtures/files/easy_web_application/index.xml
230
233
  - spec/fixtures/files/easy_web_application/with_ewaa.xml
234
+ - spec/fixtures/files/easy_web_application/with_custom_fields.xml
231
235
  - spec/fixtures/files/easy_web_application/show.xml
232
236
  - spec/fixtures/files/easy_web_application/with_easy_contact.xml
233
- - spec/fixtures/files/easy_web_application/with_custom_fields.xml
234
- - spec/fixtures/files/easy_web_application/index.xml
235
- - spec/fixtures/files/easy_web_application/show.json
236
237
  - spec/fixtures/files/easy_web_application/with_easy_crm_case.xml
237
- - spec/fixtures/files/issue/show.xml
238
- - spec/spec_helper.rb
238
+ - spec/fixtures/files/easy_web_application/show.json