Skip to content

Commit

Permalink
Merge pull request #13 from messagemedia/version-2.0
Browse files Browse the repository at this point in the history
Version 2.0
  • Loading branch information
IbrahimTareq authored Jan 18, 2019
2 parents 16eb9cd + dfa537a commit 073f1f7
Show file tree
Hide file tree
Showing 66 changed files with 6,158 additions and 1,795 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ build-iPhoneSimulator/

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

index.rb
34 changes: 34 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Metrics/ClassLength:
Enabled: false

Metrics/MethodLength:
Enabled: false

Metrics/BlockLength:
Enabled: false

Metrics/ParameterLists:
Enabled: false

Metrics/AbcSize:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Metrics/PerceivedComplexity:
Enabled: false

Lint/UnderscorePrefixedVariableName:
Enabled: false

Naming/AccessorMethodName:
Enabled: false

Style/AsciiComments:
Enabled: false

AllCops:
Exclude:
- './test/**/*'
- './*'
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

234 changes: 0 additions & 234 deletions DOCUMENTATION.md

This file was deleted.

7 changes: 0 additions & 7 deletions Gemfile

This file was deleted.

10 changes: 0 additions & 10 deletions Jenkinsfile

This file was deleted.

Loading

0 comments on commit 073f1f7

Please sign in to comment.