roust 1.8.6 → 1.8.8

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
  SHA1:
3
- metadata.gz: 06d83413925d3be6efe31717c2b7e5d3dc762287
4
- data.tar.gz: 17fb5123c6b5494c7763ded1ef99705c03e9289d
3
+ metadata.gz: 26425d64b676bb91605cbb4d9b95c691f78b75aa
4
+ data.tar.gz: 8268964be5b4e6e15d94532b284696a03a112cfd
5
5
  SHA512:
6
- metadata.gz: 9d21dc4901aa09586a91ebe1d217d02354f8f32b5179af7f26e5c38635c5c0eac3380893a65dd77672e201c0255601a6cbac2f12379d10a8aae91e4a0a45e78f
7
- data.tar.gz: 1819b32f24930ad13a35c8326c26843a50d023d7f1a8a85e2cec4455a198e4e0864144d1abc12afb47c146c018021fc6047beb49daed14c56a6f4c808648ec20
6
+ metadata.gz: 05335937eeb5322a32a88dc36040f12322a7744eec4d10a69682c051b4d42e3b03c15ff5a21ec37e0c4a3f9a7760ee4f9dbf96c02b0a2017f39ee89bae87eadc
7
+ data.tar.gz: 13eeca76db113db4a3b8ebcc7a8821c1cd622d9fd090f8c21e0cf1ea70911d0eee8a20fe7bd2723a6fed06ae8c8dbde775a34220eb4cac12612b4ed08ee504fc
data/.gitignore CHANGED
@@ -19,3 +19,4 @@ tmp
19
19
  _yardoc
20
20
  doc/
21
21
 
22
+ Gemfile.lock
@@ -1,6 +1,5 @@
1
1
  language: ruby
2
2
  rvm:
3
- - '1.9.3'
4
3
  - '2.0'
5
4
  - '2.1'
6
5
  script: bundle exec rspec spec
data/README.md CHANGED
@@ -18,7 +18,7 @@ Features
18
18
  Installing
19
19
  ----------
20
20
 
21
- Ensure you have Ruby > 1.9 installed, then run:
21
+ Ensure you have Ruby >= 2.0 installed, then run:
22
22
 
23
23
  ```
24
24
  gem install roust
@@ -150,5 +150,4 @@ Releasing
150
150
  TODO
151
151
  ----
152
152
 
153
- - Links CRUD (linking tickets to one another)
154
153
  - Attachment fetching
File without changes
@@ -1,3 +1,3 @@
1
1
  class Roust
2
- VERSION = '1.8.6'
2
+ VERSION = '1.8.8'
3
3
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  s.homepage = 'http://github.com/bulletproofnetworks/roust'
15
15
  s.license = 'Apache 2.0'
16
16
 
17
- s.required_ruby_version = '>= 1.9.2'
17
+ s.required_ruby_version = '>= 2.0.0'
18
18
 
19
19
  s.files = `git ls-files`.split("\n")
20
20
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roust
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.6
4
+ version: 1.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lindsay Holmwood
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-14 00:00:00.000000000 Z
11
+ date: 2016-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mail
@@ -67,7 +67,6 @@ files:
67
67
  - ".ruby-version"
68
68
  - ".travis.yml"
69
69
  - Gemfile
70
- - Gemfile.lock
71
70
  - LICENSE
72
71
  - README.md
73
72
  - Rakefile
@@ -122,7 +121,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
122
121
  requirements:
123
122
  - - ">="
124
123
  - !ruby/object:Gem::Version
125
- version: 1.9.2
124
+ version: 2.0.0
126
125
  required_rubygems_version: !ruby/object:Gem::Requirement
127
126
  requirements:
128
127
  - - ">="
@@ -130,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
129
  version: '0'
131
130
  requirements: []
132
131
  rubyforge_project:
133
- rubygems_version: 2.2.2
132
+ rubygems_version: 2.6.4
134
133
  signing_key:
135
134
  specification_version: 4
136
135
  summary: Ruby client for RT's REST API
@@ -1,86 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- roust (1.8.6)
5
- activesupport (>= 4.0.10)
6
- httparty (>= 0.13.1)
7
- mail (>= 2.5.4)
8
-
9
- GEM
10
- remote: https://rubygems.org/
11
- specs:
12
- activesupport (4.2.1)
13
- i18n (~> 0.7)
14
- json (~> 1.7, >= 1.7.7)
15
- minitest (~> 5.1)
16
- thread_safe (~> 0.3, >= 0.3.4)
17
- tzinfo (~> 1.1)
18
- addressable (2.3.6)
19
- ast (2.0.0)
20
- astrolabe (1.3.0)
21
- parser (>= 2.2.0.pre.3, < 3.0)
22
- coderay (1.1.0)
23
- colorize (0.7.3)
24
- crack (0.4.2)
25
- safe_yaml (~> 1.0.0)
26
- diff-lcs (1.2.5)
27
- httparty (0.13.3)
28
- json (~> 1.8)
29
- multi_xml (>= 0.5.2)
30
- i18n (0.7.0)
31
- json (1.8.2)
32
- mail (2.6.3)
33
- mime-types (>= 1.16, < 3)
34
- method_source (0.8.2)
35
- mime-types (2.5)
36
- minitest (5.6.1)
37
- multi_xml (0.5.5)
38
- parser (2.2.0.pre.8)
39
- ast (>= 1.1, < 3.0)
40
- slop (~> 3.4, >= 3.4.5)
41
- powerpack (0.0.9)
42
- pry (0.10.1)
43
- coderay (~> 1.1.0)
44
- method_source (~> 0.8.1)
45
- slop (~> 3.4)
46
- rainbow (2.0.0)
47
- rake (10.4.2)
48
- rspec (3.1.0)
49
- rspec-core (~> 3.1.0)
50
- rspec-expectations (~> 3.1.0)
51
- rspec-mocks (~> 3.1.0)
52
- rspec-core (3.1.7)
53
- rspec-support (~> 3.1.0)
54
- rspec-expectations (3.1.2)
55
- diff-lcs (>= 1.2.0, < 2.0)
56
- rspec-support (~> 3.1.0)
57
- rspec-mocks (3.1.3)
58
- rspec-support (~> 3.1.0)
59
- rspec-support (3.1.2)
60
- rubocop (0.27.1)
61
- astrolabe (~> 1.3)
62
- parser (>= 2.2.0.pre.7, < 3.0)
63
- powerpack (~> 0.0.6)
64
- rainbow (>= 1.99.1, < 3.0)
65
- ruby-progressbar (~> 1.4)
66
- ruby-progressbar (1.7.0)
67
- safe_yaml (1.0.4)
68
- slop (3.6.0)
69
- thread_safe (0.3.5)
70
- tzinfo (1.2.2)
71
- thread_safe (~> 0.1)
72
- webmock (1.20.4)
73
- addressable (>= 2.3.6)
74
- crack (>= 0.3.2)
75
-
76
- PLATFORMS
77
- ruby
78
-
79
- DEPENDENCIES
80
- colorize
81
- pry
82
- rake
83
- roust!
84
- rspec
85
- rubocop
86
- webmock