native 2.1.3 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da5343cf8aac00c325f7a04c67d0b393fdd2a3fb6a4c751969e5fd58eb104822
4
- data.tar.gz: 508dd3ed8d998b65a5cfc4a06c17c075480fdb4781a77286e5ca5e17c8689a9c
3
+ metadata.gz: 36a9fc27c251d9b08519913d54b507cef34051189e5c9bcd2ffbb0bd8ee27224
4
+ data.tar.gz: 89aaec84d9ea57e4d0f3f5afea456f42a6c59ebc184c11f406ab77c171a35ea9
5
5
  SHA512:
6
- metadata.gz: 45e32a204005bf0837745e4429660cb43c216d526c0bf1f1f01af027652a435820ad378db75b13ef4548d9a963fb2fe084243ccf4282448d16015cfa0b66f6e6
7
- data.tar.gz: c8723fa247c1708856a364277d5afefbcbe2591b200d8c55ba0914f72679c209df93a1d0f4a5233259c559f43323290cc31bac792b7ae3115bd97164ac32a8c3
6
+ metadata.gz: 6a501076427d7cb7e526edfcd5d7485f76f1922e94ddaa367658e38a0e4adf459444c7ddee6720295b19a05d402b6217584741b23a9aac6598f2d308b5797bb5
7
+ data.tar.gz: fa524b59a5e9885844b37af729159e7e5c07e0198a076a91a93feb474b788722f9fcd9618975ed4e8a76dc70fd5bf3285ff2cecbfc5f45cc4d12f442cdd72b82
@@ -4,6 +4,11 @@
4
4
 
5
5
  * nothing yet
6
6
 
7
+ ### 2.1.4 - 2018-01-06
8
+
9
+ * enhancements
10
+ * cleaning up gem files
11
+
7
12
  ### 2.1.3 - 2018-01-02
8
13
 
9
14
  * enhancements
@@ -1,4 +1,4 @@
1
- require 'rails'
1
+ require 'rails/railtie'
2
2
 
3
3
  module Native
4
4
  class Engine < ::Rails::Engine
@@ -1,4 +1,4 @@
1
- require 'rails'
1
+ require 'rails/railtie'
2
2
 
3
3
  module Native
4
4
  class Railtie < Rails::Railtie
@@ -1,5 +1,5 @@
1
1
  module Native
2
2
 
3
- VERSION = '2.1.3'
3
+ VERSION = '2.1.4'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: native
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-02 00:00:00.000000000 Z
11
+ date: 2018-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -58,25 +58,14 @@ executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []
60
60
  files:
61
- - ".github/issue_template.md"
62
- - ".github/pull_request_template.md"
63
- - ".gitignore"
64
- - ".travis.yml"
65
61
  - CHANGELOG.md
66
- - CODE_OF_CONDUCT.md
67
- - CONTRIBUTING.md
68
- - DEPRECATIONS.md
69
- - Gemfile
70
- - INSTALL.md
71
62
  - LICENSE
72
63
  - README.md
73
- - Rakefile
74
64
  - app/controllers/native/platforms_controller.rb
75
65
  - app/helpers/native_helper.rb
76
66
  - app/models/concerns/native/app_lib.rb
77
67
  - config/routes.rb
78
68
  - lib/generators/native_generator.rb
79
- - lib/generators/templates/.keep
80
69
  - lib/generators/templates/README.md
81
70
  - lib/generators/templates/app_model.rb
82
71
  - lib/generators/templates/application.css.erb
@@ -89,7 +78,6 @@ files:
89
78
  - lib/native/owner.rb
90
79
  - lib/native/railtie.rb
91
80
  - lib/native/version.rb
92
- - native.gemspec
93
81
  - vendor/assets/javascripts/nativeScale.js.erb
94
82
  homepage: https://github.com/NativeGap/native-rails
95
83
  licenses:
@@ -1,14 +0,0 @@
1
- ### Expected behavior
2
- Tell us what should happen
3
-
4
- ### Actual behavior
5
- Tell us what happens instead
6
-
7
- ### Steps to reproduce
8
- Show a way to reproduce
9
-
10
- ### System configuration
11
-
12
- **Ruby version**:
13
-
14
- **Rails version**:
@@ -1,21 +0,0 @@
1
- ### Summary
2
-
3
- Provide a general description of the code changes in your pull
4
- request... were there any bugs you had fixed? If so, mention them. If
5
- these bugs have open GitHub issues, be sure to tag them here as well,
6
- to keep the conversation linked together.
7
-
8
- ### Other Information
9
-
10
- If there's anything else that's important and relevant to your pull
11
- request, mention that information here. This could include
12
- benchmarks, or other information.
13
-
14
- If you are updating any of the CHANGELOG files or are asked to update the
15
- CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file.
16
-
17
- Finally, if your pull request affects documentation or any non-code
18
- changes, guidelines for those changes are [available
19
- here](https://github.com/NativeGap/native-rails/blob/master/CONTRIBUTING.md)
20
-
21
- Thanks for contributing to Native!
data/.gitignore DELETED
@@ -1,8 +0,0 @@
1
- test/debug.log
2
- coverage
3
- rdoc
4
- memory
5
- *.gem
6
- .rvmrc
7
- Gemfile.lock
8
- log
@@ -1,3 +0,0 @@
1
- language: ruby
2
- rvm:
3
- - 2.3.3
@@ -1,46 +0,0 @@
1
- # Contributor Covenant Code of Conduct
2
-
3
- ## Our Pledge
4
-
5
- In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
-
7
- ## Our Standards
8
-
9
- Examples of behavior that contributes to creating a positive environment include:
10
-
11
- * Using welcoming and inclusive language
12
- * Being respectful of differing viewpoints and experiences
13
- * Gracefully accepting constructive criticism
14
- * Focusing on what is best for the community
15
- * Showing empathy towards other community members
16
-
17
- Examples of unacceptable behavior by participants include:
18
-
19
- * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
- * Trolling, insulting/derogatory comments, and personal or political attacks
21
- * Public or private harassment
22
- * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
- * Other conduct which could reasonably be considered inappropriate in a professional setting
24
-
25
- ## Our Responsibilities
26
-
27
- Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
-
29
- 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, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
-
31
- ## Scope
32
-
33
- This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
-
35
- ## Enforcement
36
-
37
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at help@slooob.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
-
39
- Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
-
41
- ## Attribution
42
-
43
- This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
-
45
- [homepage]: http://contributor-covenant.org
46
- [version]: http://contributor-covenant.org/version/1/4/
@@ -1 +0,0 @@
1
- # Contributing
@@ -1,5 +0,0 @@
1
- # Deprecations
2
-
3
- ### 2.0.0 - 2017-12-21
4
-
5
- * `devise_class` configuration method removed
data/Gemfile DELETED
@@ -1,7 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- git_source :github do |repo_name|
4
- "https://github.com/#{repo_name}"
5
- end
6
-
7
- gemspec
data/INSTALL.md DELETED
@@ -1,12 +0,0 @@
1
- **Thank you for installing Native!**
2
-
3
-
4
- There are two more steps to take:
5
-
6
- 1) Run `rails g native` and `rails db:migrate`
7
- 2) Mount engine in `config/routes.rb`:
8
-
9
- mount Native::Engine, at: '/native'
10
-
11
-
12
- Learn more at https://github.com/NativeGap/native-rails
data/Rakefile DELETED
@@ -1,10 +0,0 @@
1
- require 'bundler/gem_tasks'
2
- require 'rspec/core/rake_task'
3
-
4
- system 'bundle'
5
- system 'gem build native.gemspec'
6
-
7
-
8
- RSpec::Core::RakeTask.new
9
-
10
- task default: :spec
File without changes
@@ -1,26 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- require File.expand_path(File.join('..', 'lib', 'native', 'version'), __FILE__)
3
-
4
- Gem::Specification.new do |gem|
5
- gem.name = 'native'
6
- gem.version = Native::VERSION
7
- gem.platform = Gem::Platform::RUBY
8
- gem.summary = 'Build native apps for all major platforms from your Rails applications'
9
- gem.description = 'Build native apps for all major platforms from your Rails applications.'
10
- gem.authors = 'Jonas Hübotter'
11
- gem.email = 'jonas.huebotter@gmail.com'
12
- gem.homepage = 'https://github.com/NativeGap/native-rails'
13
- gem.license = 'MIT'
14
-
15
- gem.files = `git ls-files`.split("\n")
16
- gem.require_paths = ['lib']
17
-
18
- gem.post_install_message = IO.read('INSTALL.md')
19
-
20
- gem.required_ruby_version = '>= 2.3'
21
-
22
- gem.add_dependency 'rails', '>= 5.0'
23
-
24
- gem.add_development_dependency 'rspec', '~> 3.7'
25
- gem.add_development_dependency 'rubocop', '~> 0.52'
26
- end