fedux_org-stdlib 0.11.15 → 0.11.16

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
  SHA1:
3
- metadata.gz: 3c6dbf932eb3787af54ad7c431c4e25faf00567b
4
- data.tar.gz: 1ef1037ea474e727ad854fe1001ca30f04e383a2
3
+ metadata.gz: fd9838a6608c6a7dc4b4174c5931bb976451dd2c
4
+ data.tar.gz: 6d2230885e5f77dfa819f488ec6aca122a3e1b72
5
5
  SHA512:
6
- metadata.gz: 577957ef44be1bdc0812a775bb753f83f55b5b5d7c16881eb6a6396b08b1252c50023109e67545ab02b79739999b3ad8ba762d7b35ed916f9204db8b5c468ac9
7
- data.tar.gz: 16889fe5102f6082f993c4ea78e813ae2b08b9b519bc504566b79a1a6de8b4168ae7d603da2cfd20c68cf5651d29738009c37e868776999fb21e6df07500cd1d
6
+ metadata.gz: 74b1e2c563efdea33e891f8520990150ee3c150666579bb0747d1286d53f24441c093148c85e0a2ea90648597a6a4a2a3e6d99e40e8c7d12c5f7a7a4f6060b31
7
+ data.tar.gz: a684f840233a102053929f1596d93bdc7b59c6db6acf9636293f39874b5aef56bf07ed0e759014bb954d2d2ef451146f0ec1d36d1c80b9ecbf94526d6fd1d326
data/Gemfile.lock CHANGED
@@ -1,6 +1,6 @@
1
1
  GIT
2
2
  remote: https://github.com/cucumber/aruba
3
- revision: bea48b993ce164d730d91be637de94e8d71b0919
3
+ revision: 5ae1ba967deaa904b275197d7f1236e783d72b65
4
4
  specs:
5
5
  aruba (0.6.2)
6
6
  childprocess (>= 0.3.6)
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- fedux_org-stdlib (0.11.14)
13
+ fedux_org-stdlib (0.11.15)
14
14
  activesupport
15
15
 
16
16
  PATH
@@ -47,24 +47,24 @@ GEM
47
47
  activesupport
48
48
  smart_colored
49
49
  xml-simple
50
- coveralls (0.7.9)
50
+ coveralls (0.7.11)
51
51
  multi_json (~> 1.10)
52
- rest-client (~> 1.7)
52
+ rest-client (>= 1.6.8, < 2)
53
53
  simplecov (~> 0.9.1)
54
54
  term-ansicolor (~> 1.3)
55
55
  thor (~> 0.19.1)
56
- cucumber (1.3.18)
56
+ cucumber (1.3.19)
57
57
  builder (>= 2.1.2)
58
58
  diff-lcs (>= 1.1.3)
59
59
  gherkin (~> 2.12)
60
60
  multi_json (>= 1.7.5, < 2.0)
61
- multi_test (>= 0.1.1)
61
+ multi_test (>= 0.1.2)
62
62
  debugger-linecache (1.2.0)
63
63
  diff-lcs (1.2.5)
64
64
  docile (1.1.5)
65
65
  erubis (2.7.0)
66
- excon (0.44.1)
67
- facter (2.4.0)
66
+ excon (0.44.3)
67
+ facter (2.4.1)
68
68
  CFPropertyList (~> 2.2.6)
69
69
  ffi (1.9.6)
70
70
  filegen (0.4.3)
@@ -74,8 +74,7 @@ GEM
74
74
  ruby-progressbar (~> 1.4)
75
75
  gherkin (2.12.2)
76
76
  multi_json (~> 1.3)
77
- github-markup (1.3.1)
78
- posix-spawn (~> 0.3.8)
77
+ github-markup (1.3.3)
79
78
  hirb (0.7.3)
80
79
  i18n (0.7.0)
81
80
  json (1.8.2)
@@ -87,11 +86,10 @@ GEM
87
86
  mime-types (2.4.3)
88
87
  minitest (5.5.1)
89
88
  multi_json (1.10.1)
90
- multi_test (0.1.1)
91
- netrc (0.10.2)
92
- parser (2.2.0.2)
89
+ multi_test (0.1.2)
90
+ netrc (0.10.3)
91
+ parser (2.2.0.3)
93
92
  ast (>= 1.1, < 3.0)
94
- posix-spawn (0.3.9)
95
93
  powerpack (0.1.0)
96
94
  pry (0.10.1)
97
95
  coderay (~> 1.1.0)
@@ -106,14 +104,14 @@ GEM
106
104
  rainbow (2.0.0)
107
105
  rake (10.4.2)
108
106
  redcarpet (3.2.2)
109
- rest-client (1.7.2)
107
+ rest-client (1.7.3)
110
108
  mime-types (>= 1.16, < 3.0)
111
109
  netrc (~> 0.7)
112
110
  rspec (3.2.0)
113
111
  rspec-core (~> 3.2.0)
114
112
  rspec-expectations (~> 3.2.0)
115
113
  rspec-mocks (~> 3.2.0)
116
- rspec-core (3.2.0)
114
+ rspec-core (3.2.1)
117
115
  rspec-support (~> 3.2.0)
118
116
  rspec-expectations (3.2.0)
119
117
  diff-lcs (>= 1.2.0, < 2.0)
@@ -121,11 +119,11 @@ GEM
121
119
  rspec-legacy_formatters (1.0.0)
122
120
  rspec-core (>= 3.0.0.beta2)
123
121
  rspec-support (>= 3.0.0.beta2)
124
- rspec-mocks (3.2.0)
122
+ rspec-mocks (3.2.1)
125
123
  diff-lcs (>= 1.2.0, < 2.0)
126
124
  rspec-support (~> 3.2.0)
127
- rspec-support (3.2.1)
128
- rubocop (0.29.0)
125
+ rspec-support (3.2.2)
126
+ rubocop (0.29.1)
129
127
  astrolabe (~> 1.3)
130
128
  parser (>= 2.2.0.1, < 3.0)
131
129
  powerpack (~> 0.1)
@@ -134,11 +132,11 @@ GEM
134
132
  ruby-progressbar (1.7.1)
135
133
  rubyzip (1.1.7)
136
134
  rugged (0.21.4)
137
- simplecov (0.9.1)
135
+ simplecov (0.9.2)
138
136
  docile (~> 1.1.0)
139
137
  multi_json (~> 1.0)
140
- simplecov-html (~> 0.8.0)
141
- simplecov-html (0.8.0)
138
+ simplecov-html (~> 0.9.0)
139
+ simplecov-html (0.9.0)
142
140
  slop (3.6.0)
143
141
  smart_colored (1.1.1)
144
142
  taskjuggler (3.5.0)
@@ -1,5 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require 'fedux_org_stdlib/version_management/rubygem_version_file'
3
+ require 'fedux_org_stdlib/rake/task'
3
4
  require 'fedux_org_stdlib/roles/versionable'
4
5
 
5
6
  module FeduxOrgStdlib
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  # FeduxOrgStdlib
3
3
  module FeduxOrgStdlib
4
- VERSION = '0.11.15'
4
+ VERSION = '0.11.16'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fedux_org-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.15
4
+ version: 0.11.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Meyer