shutl_resource 1.3.5 → 1.3.6

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem 'license_finder'
3
4
  # Specify your gem's dependencies in shutl_resource.gemspec
4
5
  gemspec
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012 David Rouchy
1
+ Copyright (c) 2012 Shutl Ltd
2
2
 
3
3
  MIT License
4
4
 
@@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
19
  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,19 @@
1
+ ---
2
+ whitelist:
3
+ - MIT
4
+ - Apache 2.0
5
+ - ruby
6
+ - BSD
7
+ - ISC
8
+ - LGPL-3
9
+ - GPLv2
10
+ - LGPL
11
+ - Apache License 2.0
12
+ - LGPL-3.0
13
+ - Apache License Version 2.0
14
+ - 2-clause BSDL
15
+ - New BSD
16
+ ignore_groups: []
17
+
18
+ dependencies_file_dir: ./doc/
19
+ project_name: shutl_resource
@@ -0,0 +1,40 @@
1
+ activemodel, 4.0.0, MIT
2
+ activesupport, 4.0.0, MIT
3
+ addressable, 2.3.5, Apache License 2.0
4
+ atomic, 1.1.13, Apache-2.0
5
+ attr_required, 0.0.5, MIT
6
+ builder, 3.1.4, MIT
7
+ bundler, 1.3.5, MIT
8
+ columnize, 0.3.6, Ruby
9
+ crack, 0.3.2, MIT
10
+ debugger, 1.6.1, BSD
11
+ debugger-linecache, 1.2.0, MIT
12
+ debugger-ruby_core_source, 1.2.3, ruby
13
+ diff-lcs, 1.1.3, MIT
14
+ faraday, 0.8.8, MIT
15
+ faraday-conductivity, 0.1.1, MIT
16
+ faraday_middleware, 0.9.0, MIT
17
+ httparty, 0.11.0, MIT
18
+ httpclient, 2.3.4.1, ruby
19
+ i18n, 0.6.5, MIT
20
+ license_finder, 0.9.2, MIT
21
+ minitest, 4.7.5, MIT
22
+ multi_json, 1.7.9, MIT
23
+ multi_xml, 0.5.5, MIT
24
+ multipart-post, 1.2.0, MIT
25
+ rack, 1.5.2, MIT
26
+ rack-oauth2, 1.0.5, MIT
27
+ rake, 10.1.0, MIT
28
+ retriable, 1.3.3.1, MIT
29
+ rspec, 2.11.0, MIT
30
+ rspec-core, 2.11.1, MIT
31
+ rspec-expectations, 2.11.3, MIT
32
+ rspec-mocks, 2.11.3, MIT
33
+ sequel, 4.2.0, MIT
34
+ shutl_auth, 0.8.1, MIT
35
+ shutl_resource, 1.3.6, MIT
36
+ sqlite3, 1.3.8, MIT
37
+ thor, 0.18.1, MIT
38
+ thread_safe, 0.1.2, Apache-2.0
39
+ tzinfo, 0.3.37, MIT
40
+ webmock, 1.8.11, MIT
Binary file