newconference 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +34 -0
  4. data/lib/newconference.rb +1 -0
  5. metadata +60 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2f3511345a9e1f4fde7bcdb5e5e9016ec4080982
4
+ data.tar.gz: cf4983fadc2dc2e92db3efad62943a543b3fe96e
5
+ SHA512:
6
+ metadata.gz: 6cb02add8c951577565941d609979e157fcb5c2854e21ae73c7dbf06b93310785bb2ebd40b91dab63e73d4ba4e1519324c8f82b5924413d1d0b661da30a20bec
7
+ data.tar.gz: cdb0c0e033712032992bfa0ed8467b872c3294eaae9664c33e2cdb7b60a82f30eb6b523f966371a12a09c94af7c574d4835baf6bc0f1713c39340a8f409e5203
data/MIT-LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright 2013 Josemar Davi Luedke
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,34 @@
1
+ # Newconference [![Build Status](https://travis-ci.org/josemarluedke/newconference.png?branch=master)](https://travis-ci.org/josemarluedke/newconference) [![Code Climate](https://codeclimate.com/github/josemarluedke/newconference.png)](https://codeclimate.com/github/josemarluedke/newconference)
2
+
3
+ Newconference helps you create a website for you conference.
4
+
5
+ These gems provides all the back-end for your application.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Rails application's Gemfile:
10
+
11
+ gem 'newconference'
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ # Application Example
18
+
19
+ - [RSonRails](http://rsonrails.com.br/) - code avaliable [here](https://github.com/engageis/RSonRails).
20
+
21
+ ## Contributing
22
+
23
+ 1. Fork it
24
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
25
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
26
+ 4. Push to the branch (`git push origin my-new-feature`)
27
+ 5. Create new Pull Request
28
+
29
+
30
+ # License
31
+
32
+ Copyright (c) 2012-2013 Josemar Davi Luedke
33
+
34
+ Licensed under the [MIT license](MIT-LICENSE).
@@ -0,0 +1 @@
1
+ require 'newconference-core'
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: newconference
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Josemar Davi Luedke
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: newconference-core
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '='
18
+ - !ruby/object:Gem::Version
19
+ version: 1.0.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '='
25
+ - !ruby/object:Gem::Version
26
+ version: 1.0.0
27
+ description: Newconference helps you create a website for you event/conference.
28
+ email:
29
+ - josemarluedke@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - README.md
35
+ - MIT-LICENSE
36
+ - lib/newconference.rb
37
+ homepage: http://github.com/josemarluedke/newconference
38
+ licenses: []
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '>='
47
+ - !ruby/object:Gem::Version
48
+ version: 1.9.3
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.0.3
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Newconference helps you create a website for you conference.
60
+ test_files: []