easy-resources 0.7.4 → 0.7.5
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 +4 -4
- data/lib/easy/resources/redmine/easy_web_application.rb +3 -1
- data/lib/easy/resources/version.rb +1 -1
- metadata +22 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bcec7bc4db468222969c7a9b38799d9f57b708cbdd7c200944e83661eeb50b0
|
|
4
|
+
data.tar.gz: bc31ac728c4126e1d6cdbacbc425dd260c0449d105e38042cc4603d4c764f866
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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'
|
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
|
+
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:
|
|
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.
|
|
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/
|
|
208
|
-
- spec/
|
|
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/
|
|
220
|
-
- spec/
|
|
221
|
-
- spec/
|
|
222
|
-
- spec/
|
|
223
|
-
- spec/fixtures
|
|
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/
|
|
238
|
-
- spec/spec_helper.rb
|
|
238
|
+
- spec/fixtures/files/easy_web_application/show.json
|