fullpagejs 0.1.0

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: 0e71d19cdc42d3d6ed38f7f1f24325bc29aa1e32
4
+ data.tar.gz: e95d4488077286da79ac3947303b8dacc1d7e8e7
5
+ SHA512:
6
+ metadata.gz: 3c116e498f11939de15bdb9207d61308eafc230f435312158d884ed20f50c8db12cfd709a550f5fc7134d99a022873c62c5e6872fe6fdaf65cdc2c4f8dfc2450
7
+ data.tar.gz: 9e20c6be7d1e09b5376b0d94032b2bd90613a034203025bb286d0272cc8d5910a817ec841e0d2087fc2730001d3adba83b77ca3ea01299e1b82fd82924eea865
data/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
10
+
11
+ # rspec failure tracking
12
+ .rspec_status
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ </component>
6
+ <component name="NewModuleRootManager">
7
+ <content url="file://$MODULE_DIR$" />
8
+ <orderEntry type="inheritedJdk" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ <orderEntry type="library" scope="PROVIDED" name="bundler (v1.15.4, rbenv: 2.3.1) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="rake (v10.4.2, rbenv: 2.3.1) [gem]" level="application" />
12
+ </component>
13
+ </module>
data/.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="rbenv: 2.3.1" project-jdk-type="RUBY_SDK" />
4
+ </project>
data/.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/fullpagejs.iml" filepath="$PROJECT_DIR$/.idea/fullpagejs.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,203 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="86e2e670-3b4b-48ef-9c42-b4eb3b3b8f19" name="Default" comment="">
5
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.gitignore" />
6
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/fullpagejs.iml" />
7
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" />
8
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/misc.xml" />
9
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/modules.xml" />
10
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
11
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.rspec" />
12
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/.travis.yml" />
13
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Gemfile" />
14
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/LICENSE.txt" />
15
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/README.md" />
16
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/Rakefile" />
17
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/console" />
18
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/bin/setup" />
19
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/fullpagejs.gemspec" />
20
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/fullpagejs.rb" />
21
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/lib/fullpagejs/version.rb" />
22
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/fullpagejs_spec.rb" />
23
+ <change type="NEW" beforePath="" afterPath="$PROJECT_DIR$/spec/spec_helper.rb" />
24
+ </list>
25
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
26
+ <option name="TRACKING_ENABLED" value="true" />
27
+ <option name="SHOW_DIALOG" value="false" />
28
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
29
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
30
+ <option name="LAST_RESOLUTION" value="IGNORE" />
31
+ </component>
32
+ <component name="FileEditorManager">
33
+ <leaf>
34
+ <file leaf-file-name="fullpagejs.gemspec" pinned="false" current-in-tab="false">
35
+ <entry file="file://$PROJECT_DIR$/fullpagejs.gemspec">
36
+ <provider selected="true" editor-type-id="text-editor">
37
+ <state relative-caret-position="140">
38
+ <caret line="18" column="5" lean-forward="true" selection-start-line="18" selection-start-column="5" selection-end-line="23" selection-end-column="7" />
39
+ <folding />
40
+ </state>
41
+ </provider>
42
+ </entry>
43
+ </file>
44
+ <file leaf-file-name="fullpagejs.rb" pinned="false" current-in-tab="true">
45
+ <entry file="file://$PROJECT_DIR$/lib/fullpagejs.rb">
46
+ <provider selected="true" editor-type-id="text-editor">
47
+ <state relative-caret-position="54">
48
+ <caret line="3" column="26" lean-forward="true" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
49
+ <folding />
50
+ </state>
51
+ </provider>
52
+ </entry>
53
+ </file>
54
+ </leaf>
55
+ </component>
56
+ <component name="Git.Settings">
57
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
58
+ </component>
59
+ <component name="IdeDocumentHistory">
60
+ <option name="CHANGED_PATHS">
61
+ <list>
62
+ <option value="$PROJECT_DIR$/fullpagejs.gemspec" />
63
+ </list>
64
+ </option>
65
+ </component>
66
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
67
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
68
+ <component name="JsGulpfileManager">
69
+ <detection-done>true</detection-done>
70
+ <sorting>DEFINITION_ORDER</sorting>
71
+ </component>
72
+ <component name="ProjectFrameBounds" extendedState="6">
73
+ <option name="x" value="249" />
74
+ <option name="y" value="27" />
75
+ <option name="width" value="1400" />
76
+ <option name="height" value="1000" />
77
+ </component>
78
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
79
+ <component name="ProjectView">
80
+ <navigator currentView="ProjectPane" proportions="" version="1">
81
+ <flattenPackages />
82
+ <showMembers />
83
+ <showModules />
84
+ <showLibraryContents />
85
+ <hideEmptyPackages />
86
+ <abbreviatePackageNames />
87
+ <autoscrollToSource />
88
+ <autoscrollFromSource />
89
+ <sortByType />
90
+ <manualOrder />
91
+ <foldersAlwaysOnTop value="true" />
92
+ </navigator>
93
+ <panes>
94
+ <pane id="ProjectPane">
95
+ <subPane>
96
+ <expand>
97
+ <path>
98
+ <item name="fullpagejs" type="b2602c69:ProjectViewProjectNode" />
99
+ <item name="fullpagejs" type="462c0819:PsiDirectoryNode" />
100
+ </path>
101
+ <path>
102
+ <item name="fullpagejs" type="b2602c69:ProjectViewProjectNode" />
103
+ <item name="fullpagejs" type="462c0819:PsiDirectoryNode" />
104
+ <item name="vendor" type="462c0819:PsiDirectoryNode" />
105
+ </path>
106
+ <path>
107
+ <item name="fullpagejs" type="b2602c69:ProjectViewProjectNode" />
108
+ <item name="fullpagejs" type="462c0819:PsiDirectoryNode" />
109
+ <item name="vendor" type="462c0819:PsiDirectoryNode" />
110
+ <item name="assets" type="462c0819:PsiDirectoryNode" />
111
+ </path>
112
+ </expand>
113
+ <select />
114
+ </subPane>
115
+ </pane>
116
+ <pane id="Scope" />
117
+ <pane id="Scratches" />
118
+ </panes>
119
+ </component>
120
+ <component name="PropertiesComponent">
121
+ <property name="WebServerToolWindowFactoryState" value="false" />
122
+ </component>
123
+ <component name="RunDashboard">
124
+ <option name="ruleStates">
125
+ <list>
126
+ <RuleState>
127
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
128
+ </RuleState>
129
+ <RuleState>
130
+ <option name="name" value="StatusDashboardGroupingRule" />
131
+ </RuleState>
132
+ </list>
133
+ </option>
134
+ </component>
135
+ <component name="ShelveChangesManager" show_recycled="false">
136
+ <option name="remove_strategy" value="false" />
137
+ </component>
138
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
139
+ <component name="TaskManager">
140
+ <task active="true" id="Default" summary="Default task">
141
+ <changelist id="86e2e670-3b4b-48ef-9c42-b4eb3b3b8f19" name="Default" comment="" />
142
+ <created>1503731847289</created>
143
+ <option name="number" value="Default" />
144
+ <option name="presentableId" value="Default" />
145
+ <updated>1503731847289</updated>
146
+ <workItem from="1503731848555" duration="246000" />
147
+ </task>
148
+ <servers />
149
+ </component>
150
+ <component name="TimeTrackingManager">
151
+ <option name="totallyTimeSpent" value="246000" />
152
+ </component>
153
+ <component name="ToolWindowManager">
154
+ <frame x="0" y="27" width="1920" height="1053" extended-state="6" />
155
+ <layout>
156
+ <window_info id="Project" active="true" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
157
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
158
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
159
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
160
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.3312034" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
161
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
162
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
163
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="false" content_ui="tabs" />
164
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
165
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="-1" side_tool="true" content_ui="tabs" />
166
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
167
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
168
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
169
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
170
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
171
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
172
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
173
+ </layout>
174
+ </component>
175
+ <component name="TypeScriptGeneratedFilesManager">
176
+ <option name="version" value="1" />
177
+ </component>
178
+ <component name="VcsContentAnnotationSettings">
179
+ <option name="myLimit" value="2678400000" />
180
+ </component>
181
+ <component name="XDebuggerManager">
182
+ <breakpoint-manager />
183
+ <watches-manager />
184
+ </component>
185
+ <component name="editorHistoryManager">
186
+ <entry file="file://$PROJECT_DIR$/fullpagejs.gemspec">
187
+ <provider selected="true" editor-type-id="text-editor">
188
+ <state relative-caret-position="140">
189
+ <caret line="18" column="5" lean-forward="true" selection-start-line="18" selection-start-column="5" selection-end-line="23" selection-end-column="7" />
190
+ <folding />
191
+ </state>
192
+ </provider>
193
+ </entry>
194
+ <entry file="file://$PROJECT_DIR$/lib/fullpagejs.rb">
195
+ <provider selected="true" editor-type-id="text-editor">
196
+ <state relative-caret-position="54">
197
+ <caret line="3" column="26" lean-forward="true" selection-start-line="3" selection-start-column="26" selection-end-line="3" selection-end-column="26" />
198
+ <folding />
199
+ </state>
200
+ </provider>
201
+ </entry>
202
+ </component>
203
+ </project>
data/.rspec ADDED
@@ -0,0 +1,2 @@
1
+ --format documentation
2
+ --color
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ sudo: false
2
+ language: ruby
3
+ rvm:
4
+ - 2.3.1
5
+ before_install: gem install bundler -v 1.15.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 fullpagejs.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 TODO: Write your name
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,39 @@
1
+ # Fullpagejs
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/fullpagejs`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'fullpagejs'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install fullpagejs
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ 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.
30
+
31
+ 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).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/fullpagejs.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
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
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "fullpagejs"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ 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,36 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path("../lib", __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "fullpagejs/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "fullpagejs"
8
+ spec.version = Fullpagejs::VERSION
9
+ spec.authors = ["Heisenberg"]
10
+ spec.email = ["vs9390@gmail.com"]
11
+
12
+ spec.summary = %q{Fullpage.js Rails Gem.}
13
+ spec.description = %q{Gem for Fullpge.js library}
14
+ spec.homepage = "https://github.com/hb9390/fullpagejs"
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"] = "http://mygemserver.com"
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 = "bin"
30
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.15"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+ spec.add_development_dependency "rspec", "~> 3.0"
36
+ end
@@ -0,0 +1,3 @@
1
+ module Fullpagejs
2
+ VERSION = "0.1.0"
3
+ end
data/lib/fullpagejs.rb ADDED
@@ -0,0 +1,5 @@
1
+ require "fullpagejs/version"
2
+
3
+ module Fullpagejs
4
+ # Your code goes here...
5
+ end
metadata ADDED
@@ -0,0 +1,104 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fullpagejs
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Heisenberg
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-08-26 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: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ description: Gem for Fullpge.js library
56
+ email:
57
+ - vs9390@gmail.com
58
+ executables:
59
+ - console
60
+ - setup
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - ".gitignore"
65
+ - ".idea/fullpagejs.iml"
66
+ - ".idea/misc.xml"
67
+ - ".idea/modules.xml"
68
+ - ".idea/workspace.xml"
69
+ - ".rspec"
70
+ - ".travis.yml"
71
+ - Gemfile
72
+ - LICENSE.txt
73
+ - README.md
74
+ - Rakefile
75
+ - bin/console
76
+ - bin/setup
77
+ - fullpagejs.gemspec
78
+ - lib/fullpagejs.rb
79
+ - lib/fullpagejs/version.rb
80
+ homepage: https://github.com/hb9390/fullpagejs
81
+ licenses:
82
+ - MIT
83
+ metadata: {}
84
+ post_install_message:
85
+ rdoc_options: []
86
+ require_paths:
87
+ - lib
88
+ required_ruby_version: !ruby/object:Gem::Requirement
89
+ requirements:
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: '0'
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ requirements:
95
+ - - ">="
96
+ - !ruby/object:Gem::Version
97
+ version: '0'
98
+ requirements: []
99
+ rubyforge_project:
100
+ rubygems_version: 2.5.1
101
+ signing_key:
102
+ specification_version: 4
103
+ summary: Fullpage.js Rails Gem.
104
+ test_files: []