shutl_auth 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,4 +1,8 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ group :development do
4
+ gem 'license_finder'
5
+ end
6
+
3
7
  # Specify your gem's dependencies in shutl_auth.gemspec
4
8
  gemspec
@@ -0,0 +1,20 @@
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
+ #- test
18
+ #- development
19
+ dependencies_file_dir: './doc/'
20
+ project_name: # project name
@@ -0,0 +1,34 @@
1
+ activesupport, 4.0.0, MIT
2
+ addressable, 2.3.5, Apache License 2.0
3
+ atomic, 1.1.13, Apache-2.0
4
+ attr_required, 0.0.5, MIT
5
+ bundler, 1.3.5, MIT
6
+ columnize, 0.3.6, Ruby
7
+ crack, 0.3.2, MIT
8
+ debugger, 1.6.1, BSD
9
+ debugger-linecache, 1.2.0, MIT
10
+ debugger-ruby_core_source, 1.2.3, ruby
11
+ diff-lcs, 1.1.3, MIT
12
+ httparty, 0.11.0, MIT
13
+ httpclient, 2.3.4.1, ruby
14
+ i18n, 0.6.5, MIT
15
+ license_finder, 0.9.2, MIT
16
+ minitest, 4.7.5, MIT
17
+ multi_json, 1.7.9, MIT
18
+ multi_xml, 0.5.5, MIT
19
+ rack, 1.5.2, MIT
20
+ rack-oauth2, 1.0.5, MIT
21
+ rake, 10.1.0, MIT
22
+ retriable, 1.3.3.1, MIT
23
+ rspec, 2.11.0, MIT
24
+ rspec-core, 2.11.1, MIT
25
+ rspec-expectations, 2.11.3, MIT
26
+ rspec-mocks, 2.11.3, MIT
27
+ sequel, 4.2.0, MIT
28
+ shutl_auth, 0.8.1, MIT
29
+ sqlite3, 1.3.8, MIT
30
+ thor, 0.18.1, MIT
31
+ thread_safe, 0.1.2, Apache-2.0
32
+ tzinfo, 0.3.37, MIT
33
+ vcr, 2.5.0, MIT
34
+ webmock, 1.8.11, MIT
Binary file