feature_proof 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: cf296d59825832e8254432c088dc0f2f6ba80bc2
4
+ data.tar.gz: f854fe68dd9ea86f236170d1d65cccb6bd33a651
5
+ SHA512:
6
+ metadata.gz: 973caa0e94fb76ee3a68f78a85498e8b80a6d2ddc5e2287a977f8d16a08904a01f3dafaa8e5e5327a3e932610dbd29e157fb35cda16b3a73a4b53ee0e3be90ca
7
+ data.tar.gz: 663231b975885bcef2c733aa6ed611c79e071b6502cf2b8e2f749a8fb35300142e0270db74c2b4cc5dd7f2fef3d4d089166f2d8b0728e85f68f0cbbba9cda62b
data/.gitignore ADDED
@@ -0,0 +1,52 @@
1
+ *.gem
2
+ *.rbc
3
+ /.config
4
+ /coverage/
5
+ /InstalledFiles
6
+ /pkg/
7
+ /spec/reports/
8
+ /spec/examples.txt
9
+ /test/tmp/
10
+ /test/version_tmp/
11
+ /tmp/
12
+
13
+ # Used by dotenv library to load environment variables.
14
+ # .env
15
+
16
+ ## Specific to RubyMotion:
17
+ .dat*
18
+ .repl_history
19
+ build/
20
+ *.bridgesupport
21
+ build-iPhoneOS/
22
+ build-iPhoneSimulator/
23
+
24
+ ## Specific to RubyMotion (use of CocoaPods):
25
+ #
26
+ # We recommend against adding the Pods directory to your .gitignore. However
27
+ # you should judge for yourself, the pros and cons are mentioned at:
28
+ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
29
+ #
30
+ # vendor/Pods/
31
+
32
+ ## Documentation cache and generated files:
33
+ /.yardoc/
34
+ /_yardoc/
35
+ /doc/
36
+ /rdoc/
37
+
38
+ ## Environment normalization:
39
+ /.bundle/
40
+ /vendor/bundle
41
+ /lib/bundler/man/
42
+
43
+ # for a library or gem, you might want to ignore these files since the code is
44
+ # intended to run in multiple environments; otherwise, check them in:
45
+ # Gemfile.lock
46
+ # .ruby-version
47
+ # .ruby-gemset
48
+
49
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
50
+ .rvmrc
51
+
52
+ .idea
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --color
2
+ --format documentation
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at morzechowski@netkodo.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in feature_proof.gemspec
6
+ gemspec
data/Gemfile.lock ADDED
@@ -0,0 +1,133 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ feature_proof (0.1.75)
5
+ rails (>= 3.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.1.3)
11
+ actionpack (= 5.1.3)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.1.3)
15
+ actionpack (= 5.1.3)
16
+ actionview (= 5.1.3)
17
+ activejob (= 5.1.3)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.1.3)
21
+ actionview (= 5.1.3)
22
+ activesupport (= 5.1.3)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.1.3)
28
+ activesupport (= 5.1.3)
29
+ builder (~> 3.1)
30
+ erubi (~> 1.4)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
+ activejob (5.1.3)
34
+ activesupport (= 5.1.3)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.1.3)
37
+ activesupport (= 5.1.3)
38
+ activerecord (5.1.3)
39
+ activemodel (= 5.1.3)
40
+ activesupport (= 5.1.3)
41
+ arel (~> 8.0)
42
+ activesupport (5.1.3)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ arel (8.0.0)
48
+ builder (3.2.3)
49
+ concurrent-ruby (1.0.5)
50
+ diff-lcs (1.3)
51
+ erubi (1.6.1)
52
+ globalid (0.4.0)
53
+ activesupport (>= 4.2.0)
54
+ i18n (0.8.6)
55
+ loofah (2.0.3)
56
+ nokogiri (>= 1.5.9)
57
+ mail (2.6.6)
58
+ mime-types (>= 1.16, < 4)
59
+ method_source (0.8.2)
60
+ mime-types (3.1)
61
+ mime-types-data (~> 3.2015)
62
+ mime-types-data (3.2016.0521)
63
+ mini_portile2 (2.2.0)
64
+ minitest (5.10.3)
65
+ nio4r (2.1.0)
66
+ nokogiri (1.8.0)
67
+ mini_portile2 (~> 2.2.0)
68
+ rack (2.0.3)
69
+ rack-test (0.6.3)
70
+ rack (>= 1.0)
71
+ rails (5.1.3)
72
+ actioncable (= 5.1.3)
73
+ actionmailer (= 5.1.3)
74
+ actionpack (= 5.1.3)
75
+ actionview (= 5.1.3)
76
+ activejob (= 5.1.3)
77
+ activemodel (= 5.1.3)
78
+ activerecord (= 5.1.3)
79
+ activesupport (= 5.1.3)
80
+ bundler (>= 1.3.0)
81
+ railties (= 5.1.3)
82
+ sprockets-rails (>= 2.0.0)
83
+ rails-dom-testing (2.0.3)
84
+ activesupport (>= 4.2.0)
85
+ nokogiri (>= 1.6)
86
+ rails-html-sanitizer (1.0.3)
87
+ loofah (~> 2.0)
88
+ railties (5.1.3)
89
+ actionpack (= 5.1.3)
90
+ activesupport (= 5.1.3)
91
+ method_source
92
+ rake (>= 0.8.7)
93
+ thor (>= 0.18.1, < 2.0)
94
+ rake (10.5.0)
95
+ rspec (3.6.0)
96
+ rspec-core (~> 3.6.0)
97
+ rspec-expectations (~> 3.6.0)
98
+ rspec-mocks (~> 3.6.0)
99
+ rspec-core (3.6.0)
100
+ rspec-support (~> 3.6.0)
101
+ rspec-expectations (3.6.0)
102
+ diff-lcs (>= 1.2.0, < 2.0)
103
+ rspec-support (~> 3.6.0)
104
+ rspec-mocks (3.6.0)
105
+ diff-lcs (>= 1.2.0, < 2.0)
106
+ rspec-support (~> 3.6.0)
107
+ rspec-support (3.6.0)
108
+ sprockets (3.7.1)
109
+ concurrent-ruby (~> 1.0)
110
+ rack (> 1, < 3)
111
+ sprockets-rails (3.2.0)
112
+ actionpack (>= 4.0)
113
+ activesupport (>= 4.0)
114
+ sprockets (>= 3.0.0)
115
+ thor (0.20.0)
116
+ thread_safe (0.3.6)
117
+ tzinfo (1.2.3)
118
+ thread_safe (~> 0.1)
119
+ websocket-driver (0.6.5)
120
+ websocket-extensions (>= 0.1.0)
121
+ websocket-extensions (0.1.2)
122
+
123
+ PLATFORMS
124
+ ruby
125
+
126
+ DEPENDENCIES
127
+ bundler (~> 1.15)
128
+ feature_proof!
129
+ rake (~> 10.0)
130
+ rspec (~> 3.0)
131
+
132
+ BUNDLED WITH
133
+ 1.15.4
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 Maksymilian Orzechowski
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
13
+ all 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
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,72 @@
1
+ # FeatureProof
2
+
3
+ This gems creates a pop-up window that extracts last 5 records from given model and displays it with given text in nice little window in the down left corner of given template.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'feature_proof'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install feature_proof
20
+
21
+ ## Usage
22
+
23
+ Important! This gem requires jQuery to work properly.
24
+
25
+ In order to use this gem you have to set up the configuration. I recommend doing it in
26
+
27
+ $ /app/controllers/application_controller.rb
28
+
29
+ You have to fill up following commands:
30
+
31
+ $ FeatureProof.configure do |config|
32
+ config.model = "" #<- here goes the name of Model to extract data from
33
+ config.field = "" # <- here goes the field that you want to search in given model
34
+ config.text_to_display = "" #<- here goes text to display after the field of the model
35
+ end
36
+
37
+ Add the following lines to proper files
38
+
39
+ $ /app/assetes/javascripts/application.js
40
+ //= require feature_proof
41
+
42
+ /app/assets/stylesheets/application.css
43
+ *= require feature_proof
44
+
45
+ To edit the pop-up window simply write
46
+
47
+ $ render 'feature_proof/proof'
48
+
49
+ And go to your
50
+
51
+ $ app/views/feature_proof/_proof.html.erb
52
+
53
+ and edit it.
54
+
55
+
56
+ ## Development
57
+
58
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
59
+
60
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
61
+
62
+ ## Contributing
63
+
64
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/feature_proof. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
65
+
66
+ ## License
67
+
68
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
69
+
70
+ ## Code of Conduct
71
+
72
+ Everyone interacting in the FeatureProof project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/feature_proof/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -0,0 +1,32 @@
1
+ $(document).ready(function() {
2
+ // $(".feature-proof-wrapper").fadeIn("slow").addClass("toggle-wrapper");
3
+ // $.fn.scrollEnd = function(callback, timeout) {
4
+ // $(this).scroll(function(){
5
+ // $(".feature-proof-wrapper").fadeOut("slow").removeClass("toggle-wrapper");
6
+ // var $this = $(this);
7
+ // if ($this.data('scrollTimeout')) {
8
+ // clearTimeout($this.data('scrollTimeout'));
9
+ // }
10
+ // $this.data('scrollTimeout', setTimeout(callback,timeout));
11
+ // });
12
+ // };
13
+ //
14
+ // $(window).scrollEnd(function(){
15
+ // $(".feature-proof-wrapper").fadeIn("slow").addClass("toggle-wrapper");
16
+ // }, 1000);
17
+
18
+ function popup() {
19
+ $("div.item").each(function (index, item) {
20
+ setTimeout(function () {
21
+ $(item).fadeIn().addClass('active').delay(5000).queue(function (next) {
22
+ $(item).fadeOut().removeClass('active');
23
+ next();
24
+ });
25
+ }, index * 5000);
26
+ });
27
+ }
28
+
29
+ popup();
30
+ setInterval(popup, 30000);
31
+
32
+ });
@@ -0,0 +1,57 @@
1
+ .feature-proof-wrapper {
2
+ background-color: black;
3
+ font-size: 14px;
4
+ color: #a49ba1;
5
+ text-align: center;
6
+ position: fixed;
7
+ z-index: 99999;
8
+ bottom: 20px;
9
+ left: 10px;
10
+ height: 75px;
11
+ width: 300px;
12
+ border: none;
13
+ display: non;
14
+ opacity: 0;
15
+ border-radius: 40px;
16
+
17
+ .branch-name {
18
+ color: #fff;
19
+ font-weight: bolder;
20
+ text-decoration: solid;
21
+ font-size: 16px;
22
+ display: inline-block;
23
+ }
24
+
25
+ .feature-proof-logo {
26
+ margin: 10px;
27
+ height: 50px;
28
+ float: left;
29
+ position: relative;
30
+ left: 15px;
31
+ }
32
+ p {
33
+ padding-top: 7px;
34
+ }
35
+ }
36
+
37
+ @media(max-width: 998px) {
38
+ .feature-proof-wrapper {
39
+ display: none !important;
40
+ opacity: 0;
41
+ }
42
+ }
43
+
44
+
45
+ .toggle-wrapper {
46
+ opacity: 80;
47
+ }
48
+
49
+ .item {
50
+ display: none;
51
+ opacity: 0;
52
+ }
53
+
54
+ .active {
55
+ display: block;
56
+ opacity: 80;
57
+ }
@@ -0,0 +1,12 @@
1
+ <div class="container text-center">
2
+ <% tmp = FeatureProof::Proof.new FeatureProof.configuration.model, FeatureProof.configuration.field, FeatureProof.configuration.text_to_display %>
3
+ <% tmp.f_records.each do |record| %>
4
+ <div class="feature-proof-wrapper item">
5
+ <%= image_tag record.image.url, class: "feature-proof-logo img-responsive img-thumbnail" %>
6
+ <p>
7
+ <span class="branch-name" > <%= record.read_attribute(tmp.f_field.downcase) %></span>
8
+ <%= tmp.f_text_to_display%>
9
+ </p>
10
+ </div>
11
+ <% end %>
12
+ </div>
data/bin/console ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "rails"
5
+ require "feature_proof"
6
+
7
+ # You can add fixtures and/or initialization code here to make experimenting
8
+ # with your gem easier. You can also use a different console, if you like.
9
+
10
+ # (If you use this, don't forget to add pry to your Gemfile!)
11
+ # require "pry"
12
+ # Pry.start
13
+
14
+ require "irb"
15
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,37 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "feature_proof/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "feature_proof"
8
+ spec.version = FeatureProof::VERSION
9
+ spec.authors = ["Maksymilian Orzechowski"]
10
+ spec.email = ["morzechowski@netkodo.com"]
11
+
12
+ spec.summary = %q{Gem}
13
+ spec.description = %q{gem}
14
+ spec.homepage = "https://github.com/Prestran/feature_proof"
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata["allowed_push_host"] = 'https://rubygems.org'
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "exe"
30
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.15"
34
+ spec.add_dependency 'rails', '>= 3.0'
35
+ spec.add_development_dependency "rake", "~> 10.0"
36
+ spec.add_development_dependency "rspec", "~> 3.0"
37
+ end
@@ -0,0 +1,11 @@
1
+ module FeatureProof
2
+ class Configuration
3
+ attr_accessor :model, :field, :text_to_display
4
+
5
+ def initialize
6
+ @model = nil
7
+ @field = nil
8
+ @text_to_display = nil
9
+ end
10
+ end
11
+ end
@@ -0,0 +1,8 @@
1
+ require "rails"
2
+ module FeatureProof
3
+ class Engine < Rails::Engine
4
+ initializer "feature_proof.view_helpers" do
5
+ ActionView::Base.send :include, ViewHelpers
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,3 @@
1
+ module FeatureProof
2
+ VERSION = "1.1.1"
3
+ end
@@ -0,0 +1,4 @@
1
+ module FeatureProof
2
+ module ViewHelpers
3
+ end
4
+ end
@@ -0,0 +1,36 @@
1
+ require "feature_proof/configuration"
2
+ require "feature_proof/railtie"
3
+ require "feature_proof/version"
4
+ require "feature_proof/view_helpers"
5
+ require 'rails'
6
+
7
+ module FeatureProof
8
+ class << self
9
+ attr_accessor :configuration
10
+ end
11
+
12
+ def self.configuration
13
+ @configuration ||= Configuration.new
14
+ end
15
+
16
+ def self.reset
17
+ @configuration = Configuration.new
18
+ end
19
+
20
+ def self.configure
21
+ yield(configuration)
22
+ end
23
+
24
+ class Proof < Configuration
25
+ attr_accessor :f_model, :f_field, :f_text_to_display
26
+ attr_accessor :f_records
27
+
28
+ def initialize(t_model, t_field, t_text)
29
+ @f_model = t_model
30
+ @f_field = t_field
31
+ @f_text_to_display = t_text
32
+ @f_records = (@f_model.camelize.constantize).order(id: :desc).limit(5).reverse
33
+ end
34
+ end
35
+ end
36
+
@@ -0,0 +1,14 @@
1
+ require 'rails/generators'
2
+
3
+ module FeatureProof
4
+ module Generators
5
+ class ViewsGenerator < Rails::Generators::Base
6
+
7
+ source_root File.expand_path("../../../..", __FILE__)
8
+ def copy_views
9
+ directory 'app/', 'app/'
10
+ end
11
+
12
+ end
13
+ end
14
+ end
metadata ADDED
@@ -0,0 +1,121 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: feature_proof
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
5
+ platform: ruby
6
+ authors:
7
+ - Maksymilian Orzechowski
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-08-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.15'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.15'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '3.0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '3.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '3.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '3.0'
69
+ description: gem
70
+ email:
71
+ - morzechowski@netkodo.com
72
+ executables: []
73
+ extensions: []
74
+ extra_rdoc_files: []
75
+ files:
76
+ - ".gitignore"
77
+ - ".rspec"
78
+ - CODE_OF_CONDUCT.md
79
+ - Gemfile
80
+ - Gemfile.lock
81
+ - LICENSE.txt
82
+ - README.md
83
+ - Rakefile
84
+ - app/assets/javascripts/feature_proof.js
85
+ - app/assets/stylesheets/feature_proof.scss
86
+ - app/views/feature_proof/_proof.html.erb
87
+ - bin/console
88
+ - bin/setup
89
+ - feature_proof.gemspec
90
+ - lib/feature_proof.rb
91
+ - lib/feature_proof/configuration.rb
92
+ - lib/feature_proof/railtie.rb
93
+ - lib/feature_proof/version.rb
94
+ - lib/feature_proof/view_helpers.rb
95
+ - lib/generators/feature_proof/views_generator.rb
96
+ homepage: https://github.com/Prestran/feature_proof
97
+ licenses:
98
+ - MIT
99
+ metadata:
100
+ allowed_push_host: https://rubygems.org
101
+ post_install_message:
102
+ rdoc_options: []
103
+ require_paths:
104
+ - lib
105
+ required_ruby_version: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - ">="
108
+ - !ruby/object:Gem::Version
109
+ version: '0'
110
+ required_rubygems_version: !ruby/object:Gem::Requirement
111
+ requirements:
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ version: '0'
115
+ requirements: []
116
+ rubyforge_project:
117
+ rubygems_version: 2.6.12
118
+ signing_key:
119
+ specification_version: 4
120
+ summary: Gem
121
+ test_files: []