publican_creators 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
- build:
2
- environment:
3
- ruby: '2.2.3'
4
-
5
- checks:
6
- ruby:
7
- code_rating: true
8
- duplicate_code: true
9
- style_while_until_do: true
10
- style_signal_exception:
11
- enforced_style: semantic
12
- style_redundant_exception: true
13
- style_raise_args:
14
- enforced_style: exploded
15
- style_predicate_name: true
16
- style_comment_annotation: true
17
- rails_output: true
18
-
19
- filter:
20
- excluded_paths:
21
- - 'spec/*'
@@ -1,37 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.2.0
4
- - 2.2.1
5
- - 2.2.2
6
- - 2.2.3
7
-
8
- dist: trusty
9
- sudo: required
10
-
11
- os:
12
- - linux
13
-
14
- env:
15
- global:
16
- - JRUBY_OPTS=-Xcext.enabled=true
17
- - CI=true
18
- - TRAVIS=true
19
- - LANG=en_US.UTF-8
20
- - LC_ALL=en_US.UTF-8
21
-
22
- before_install:
23
- - gem install bundler
24
- - sudo apt-get update
25
- - sudo apt-get install software-properties-common -y
26
- - sudo apt-get install publican -y
27
- - sudo add-apt-repository ppa:sascha-manns-h/publican -y
28
- - sudo apt-get update
29
- - sudo apt-get install --only-upgrade publican -y
30
- - sudo apt-get install publican-xcom-dummy publican-manns publican-ils -y
31
-
32
- after_success:
33
- - CI=true TRAVIS=true coveralls --verbose
34
-
35
- notifications:
36
- email:
37
- - samannsml@directbox.com
data/.yardopts DELETED
@@ -1,9 +0,0 @@
1
- bin/PublicanCreators.rb
2
- bin/RevisionCreator.rb
3
- bin/setup.sh
4
- lib/**/*.rb
5
- -
6
- CHANGELOG.md
7
- CODE_OF_CONDUCT.md
8
- LICENSE.md
9
- README.rdoc
@@ -1,17 +0,0 @@
1
- # @markup markdown
2
- # @title Code of Conduct
3
- # @author Sascha Manns
4
-
5
- # Contributor Code of Conduct
6
-
7
- As contributors and maintainers of this project, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
8
-
9
- We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience, gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, age, or religion.
10
-
11
- Examples of unacceptable behavior by participants include the use of sexual language or imagery, derogatory comments or personal attacks, trolling, public or private harassment, insults, or other unprofessional conduct.
12
-
13
- Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct. Project maintainers who do not follow the Code of Conduct may be removed from the project team.
14
-
15
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
16
-
17
- This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
@@ -1,25 +0,0 @@
1
- # Contributing
2
-
3
- ## Branches
4
-
5
- ### `master` branch
6
-
7
- The master branch is the current stable released version.
8
-
9
- ### `develop` branch
10
-
11
- The develop branch is the current edge of development.
12
-
13
- ## Pull requests
14
-
15
- * https://github.com/saigkill/publican_creators/pulls
16
-
17
- Please base all pull requests off the `develop` branch. Merges to
18
- `master` only occur through the `develop` branch. Pull requests
19
- based on `master` will likely be cherry picked.
20
-
21
- ## Issues
22
-
23
- Need to report an issue? Use that issue tracker:
24
-
25
- * https://saigkill.myjetbrains.com/youtrack/issues?q=project%3A+PublicanCreator