Skip to content

Commit 9be957b

Browse files
committed
Add license & readme
1 parent f0afadc commit 9be957b

File tree

4 files changed

+57
-20
lines changed

4 files changed

+57
-20
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ end
5151
gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby]
5252

5353
gem 'devise'
54-
gem 'twitter-bootstrap-rails'
55-
gem 'bootstrap-sass'
54+
# gem 'twitter-bootstrap-rails'
55+
# gem 'bootstrap-sass'
5656
gem 'autoprefixer-rails'
5757

5858
gem 'activeadmin', github: 'activeadmin'

Gemfile.lock

+3-18
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ GEM
8080
coderay (>= 1.0.0)
8181
erubis (>= 2.6.6)
8282
rack (>= 0.9.0)
83-
bootstrap-sass (3.3.7)
84-
autoprefixer-rails (>= 5.2.1)
85-
sass (>= 3.3.4)
8683
bourbon (4.2.7)
8784
sass (~> 3.4)
8885
thor (~> 0.19)
@@ -96,7 +93,6 @@ GEM
9693
coffee-script-source
9794
execjs
9895
coffee-script-source (1.11.1)
99-
commonjs (0.2.7)
10096
concurrent-ruby (1.0.2)
10197
counter_culture (1.1.0)
10298
activerecord (>= 3.0.0)
@@ -135,13 +131,6 @@ GEM
135131
kaminari (0.17.0)
136132
actionpack (>= 3.0.0)
137133
activesupport (>= 3.0.0)
138-
less (2.6.0)
139-
commonjs (~> 0.2.7)
140-
less-rails (2.8.0)
141-
actionpack (>= 4.0)
142-
less (~> 2.6.0)
143-
sprockets (> 2, < 4)
144-
tilt
145134
libv8 (3.16.14.17)
146135
listen (3.0.8)
147136
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -232,11 +221,6 @@ GEM
232221
turbolinks (5.0.1)
233222
turbolinks-source (~> 5)
234223
turbolinks-source (5.0.0)
235-
twitter-bootstrap-rails (3.2.2)
236-
actionpack (>= 3.1)
237-
execjs (>= 2.2.2, >= 2.2)
238-
less-rails (>= 2.5.0)
239-
railties (>= 3.1)
240224
tzinfo (1.2.2)
241225
thread_safe (~> 0.1)
242226
uglifier (3.0.4)
@@ -262,7 +246,6 @@ DEPENDENCIES
262246
activeadmin!
263247
autoprefixer-rails
264248
better_errors
265-
bootstrap-sass
266249
byebug
267250
coffee-rails (~> 4.2)
268251
counter_culture (~> 1.0)
@@ -280,9 +263,11 @@ DEPENDENCIES
280263
spring-watcher-listen (~> 2.0.0)
281264
therubyracer
282265
turbolinks (~> 5)
283-
twitter-bootstrap-rails
284266
tzinfo-data
285267
uglifier (>= 1.3.0)
286268
web-console
287269
will_paginate (~> 3.1.0)
288270
will_paginate-bootstrap
271+
272+
BUNDLED WITH
273+
1.13.6

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 IEEE AlexSB
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Courses
2+
========
3+
4+
This repository holds the application code for IEEE AlexSB Courses website
5+
which will contain all courses organized and instructed by IEEE AlexSB.
6+
7+
8+
Dependencies
9+
-------------
10+
11+
This application requires:
12+
13+
- [Ruby](https://www.ruby-lang.org/en/documentation/installation/) 2.2.x
14+
- [Rails](http://railsapps.github.io/installing-rails.html) 5.0.0.1
15+
- Gems:
16+
- [Devise](https://github.com/plataformatec/devise)
17+
- [Active Admin](https://github.com/activeadmin/activeadmin)
18+
- [Will paginate](https://github.com/mislav/will_paginate)
19+
- Other gems can be found in the [Gemfile](https://github.com/alexsb-software/Courses/blob/master/Gemfile)
20+
21+
Contributing
22+
------------
23+
Open source contribution is currently unavailable.
24+
25+
Credits
26+
-------
27+
IEEE AlexSB Software Development Committee
28+
29+
License
30+
-------
31+
[MIT license](https://github.com/alexsb-software/Courses/blob/master/LICENSE)

0 commit comments

Comments
 (0)