Last active
February 13, 2019 08:21
-
-
Save vidyuthd/33e5c92e893dca845a6958908a05556d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'sass-rails' | |
gem 'sqlite3', platforms: [:ruby, :mingw, :mswin, :x64_mingw] | |
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw] | |
platforms :jruby do | |
gem 'jruby-openssl' | |
gem 'activerecord-jdbcsqlite3-adapter' | |
end | |
platforms :ruby do | |
gem 'mysql2' | |
gem 'pg', '~> 0.18' | |
end | |
group :test do | |
gem 'capybara', '~> 2.16' | |
gem 'capybara-screenshot', '~> 1.0' | |
gem 'database_cleaner', '~> 1.3' | |
gem 'email_spec' | |
gem 'factory_bot_rails', '~> 4.8' | |
gem 'rspec-activemodel-mocks', '~> 1.0' | |
gem 'rspec-collection_matchers' | |
gem 'rspec-its' | |
gem 'rspec-rails', '~> 3.7.2' | |
gem 'rspec-retry' | |
gem 'rspec_junit_formatter' | |
gem 'jsonapi-rspec' | |
gem 'simplecov' | |
gem 'webmock', '~> 3.0.1' | |
gem 'selenium-webdriver' | |
gem 'chromedriver-helper' | |
gem 'timecop' | |
gem 'rails-controller-testing' | |
end | |
group :test, :development do | |
gem 'rubocop', '~> 0.60.0', require: false | |
gem 'rubocop-rspec', require: false | |
gem 'pry-byebug' | |
end | |
gemspec |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PATH | |
remote: . | |
specs: | |
spree (4.0.0.alpha) | |
spree_api (= 4.0.0.alpha) | |
spree_backend (= 4.0.0.alpha) | |
spree_cmd (= 4.0.0.alpha) | |
spree_core (= 4.0.0.alpha) | |
spree_frontend (= 4.0.0.alpha) | |
spree_sample (= 4.0.0.alpha) | |
spree_api (4.0.0.alpha) | |
doorkeeper (~> 5.0) | |
fast_jsonapi (~> 1.5) | |
rabl (~> 0.13.1) | |
spree_core (= 4.0.0.alpha) | |
versioncake (~> 3.4.0) | |
spree_backend (4.0.0.alpha) | |
bootstrap-sass (~> 3.4) | |
jquery-rails (~> 4.3) | |
jquery-ui-rails (~> 6.0.1) | |
select2-rails (= 3.5.9.1) | |
spree_api (= 4.0.0.alpha) | |
spree_core (= 4.0.0.alpha) | |
spree_cmd (4.0.0.alpha) | |
thor (~> 0.14) | |
spree_core (4.0.0.alpha) | |
activemerchant (~> 1.67) | |
acts-as-taggable-on (~> 6.0) | |
acts_as_list (~> 0.8) | |
awesome_nested_set (~> 3.1.4) | |
cancancan (~> 2.0) | |
carmen (~> 1.0.0) | |
deface (~> 1.0) | |
ffaker (~> 2.2) | |
friendly_id (~> 5.2.1) | |
highline (~> 2.0.0) | |
kaminari (~> 1.0.1) | |
mini_magick (~> 4.8.0) | |
monetize (~> 1.9) | |
money (~> 6.13) | |
paperclip (~> 6.1.0) | |
paranoia (~> 2.4.1) | |
premailer-rails | |
rails (~> 5.2.1, >= 5.2.1.1) | |
ransack (~> 2.1.1) | |
responders | |
sprockets-rails | |
state_machines-activerecord (~> 0.5) | |
stringex | |
twitter_cldr (~> 4.3) | |
spree_frontend (4.0.0.alpha) | |
bootstrap-sass (~> 3.4) | |
canonical-rails (~> 0.2.3) | |
jquery-rails (~> 4.3) | |
spree_api (= 4.0.0.alpha) | |
spree_core (= 4.0.0.alpha) | |
spree_sample (4.0.0.alpha) | |
spree_core (= 4.0.0.alpha) | |
GEM | |
remote: https://rubygems.org/ | |
specs: | |
actioncable (5.2.2) | |
actionpack (= 5.2.2) | |
nio4r (~> 2.0) | |
websocket-driver (>= 0.6.1) | |
actionmailer (5.2.2) | |
actionpack (= 5.2.2) | |
actionview (= 5.2.2) | |
activejob (= 5.2.2) | |
mail (~> 2.5, >= 2.5.4) | |
rails-dom-testing (~> 2.0) | |
actionpack (5.2.2) | |
actionview (= 5.2.2) | |
activesupport (= 5.2.2) | |
rack (~> 2.0) | |
rack-test (>= 0.6.3) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.2) | |
actionview (5.2.2) | |
activesupport (= 5.2.2) | |
builder (~> 3.1) | |
erubi (~> 1.4) | |
rails-dom-testing (~> 2.0) | |
rails-html-sanitizer (~> 1.0, >= 1.0.3) | |
activejob (5.2.2) | |
activesupport (= 5.2.2) | |
globalid (>= 0.3.6) | |
activemerchant (1.90.0) | |
activesupport (>= 4.2) | |
builder (>= 2.1.2, < 4.0.0) | |
i18n (>= 0.6.9) | |
nokogiri (~> 1.4) | |
activemodel (5.2.2) | |
activesupport (= 5.2.2) | |
activerecord (5.2.2) | |
activemodel (= 5.2.2) | |
activesupport (= 5.2.2) | |
arel (>= 9.0) | |
activestorage (5.2.2) | |
actionpack (= 5.2.2) | |
activerecord (= 5.2.2) | |
marcel (~> 0.3.1) | |
activesupport (5.2.2) | |
concurrent-ruby (~> 1.0, >= 1.0.2) | |
i18n (>= 0.7, < 2) | |
minitest (~> 5.1) | |
tzinfo (~> 1.1) | |
acts-as-taggable-on (6.0.0) | |
activerecord (~> 5.0) | |
acts_as_list (0.9.17) | |
activerecord (>= 3.0) | |
addressable (2.6.0) | |
public_suffix (>= 2.0.2, < 4.0) | |
archive-zip (0.11.0) | |
io-like (~> 0.3.0) | |
arel (9.0.0) | |
ast (2.4.0) | |
autoprefixer-rails (9.4.7) | |
execjs | |
awesome_nested_set (3.1.4) | |
activerecord (>= 4.0.0, < 5.3) | |
bootstrap-sass (3.4.0) | |
autoprefixer-rails (>= 5.2.1) | |
sassc (>= 2.0.0) | |
builder (3.2.3) | |
byebug (10.0.2) | |
camertron-eprun (1.1.1) | |
cancancan (2.3.0) | |
canonical-rails (0.2.5) | |
rails (>= 4.1, < 6.1) | |
capybara (2.18.0) | |
addressable | |
mini_mime (>= 0.1.3) | |
nokogiri (>= 1.3.3) | |
rack (>= 1.0.0) | |
rack-test (>= 0.5.4) | |
xpath (>= 2.0, < 4.0) | |
capybara-screenshot (1.0.22) | |
capybara (>= 1.0, < 4) | |
launchy | |
carmen (1.0.2) | |
activesupport (>= 3.0.0) | |
childprocess (0.9.0) | |
ffi (~> 1.0, >= 1.0.11) | |
chromedriver-helper (2.1.0) | |
archive-zip (~> 0.10) | |
nokogiri (~> 1.8) | |
cldr-plurals-runtime-rb (1.0.1) | |
climate_control (0.2.0) | |
coderay (1.1.2) | |
concurrent-ruby (1.1.4) | |
crack (0.4.3) | |
safe_yaml (~> 1.0.0) | |
crass (1.0.4) | |
css_parser (1.6.0) | |
addressable | |
database_cleaner (1.7.0) | |
deface (1.3.2) | |
nokogiri (>= 1.6) | |
polyglot | |
rails (>= 4.1) | |
rainbow (>= 2.1.0) | |
diff-lcs (1.3) | |
docile (1.3.1) | |
doorkeeper (5.0.2) | |
railties (>= 4.2) | |
email_spec (2.2.0) | |
htmlentities (~> 4.3.3) | |
launchy (~> 2.1) | |
mail (~> 2.7) | |
erubi (1.8.0) | |
execjs (2.7.0) | |
factory_bot (4.11.1) | |
activesupport (>= 3.0.0) | |
factory_bot_rails (4.11.1) | |
factory_bot (~> 4.11.1) | |
railties (>= 3.0.0) | |
fast_jsonapi (1.5) | |
activesupport (>= 4.2) | |
ffaker (2.10.0) | |
ffi (1.9.25) | |
friendly_id (5.2.5) | |
activerecord (>= 4.0.0) | |
globalid (0.4.2) | |
activesupport (>= 4.2.0) | |
hashdiff (0.3.8) | |
highline (2.0.1) | |
htmlentities (4.3.4) | |
i18n (1.5.3) | |
concurrent-ruby (~> 1.0) | |
io-like (0.3.0) | |
jaro_winkler (1.5.2) | |
jquery-rails (4.3.3) | |
rails-dom-testing (>= 1, < 3) | |
railties (>= 4.2.0) | |
thor (>= 0.14, < 2.0) | |
jquery-ui-rails (6.0.1) | |
railties (>= 3.2.16) | |
json (2.1.0) | |
jsonapi-rspec (0.0.2) | |
kaminari (1.0.1) | |
activesupport (>= 4.1.0) | |
kaminari-actionview (= 1.0.1) | |
kaminari-activerecord (= 1.0.1) | |
kaminari-core (= 1.0.1) | |
kaminari-actionview (1.0.1) | |
actionview | |
kaminari-core (= 1.0.1) | |
kaminari-activerecord (1.0.1) | |
activerecord | |
kaminari-core (= 1.0.1) | |
kaminari-core (1.0.1) | |
launchy (2.4.3) | |
addressable (~> 2.3) | |
loofah (2.2.3) | |
crass (~> 1.0.2) | |
nokogiri (>= 1.5.9) | |
mail (2.7.1) | |
mini_mime (>= 0.1.1) | |
marcel (0.3.3) | |
mimemagic (~> 0.3.2) | |
method_source (0.9.2) | |
mime-types (3.2.2) | |
mime-types-data (~> 3.2015) | |
mime-types-data (3.2018.0812) | |
mimemagic (0.3.3) | |
mini_magick (4.8.0) | |
mini_mime (1.0.1) | |
mini_portile2 (2.4.0) | |
minitest (5.11.3) | |
monetize (1.9.0) | |
money (~> 6.12) | |
money (6.13.2) | |
i18n (>= 0.6.4, <= 2) | |
mysql2 (0.5.2) | |
nio4r (2.3.1) | |
nokogiri (1.10.1) | |
mini_portile2 (~> 2.4.0) | |
paperclip (6.1.0) | |
activemodel (>= 4.2.0) | |
activesupport (>= 4.2.0) | |
mime-types | |
mimemagic (~> 0.3.0) | |
terrapin (~> 0.6.0) | |
parallel (1.13.0) | |
paranoia (2.4.1) | |
activerecord (>= 4.0, < 5.3) | |
parser (2.6.0.0) | |
ast (~> 2.4.0) | |
pg (0.21.0) | |
polyglot (0.3.5) | |
powerpack (0.1.2) | |
premailer (1.11.1) | |
addressable | |
css_parser (>= 1.6.0) | |
htmlentities (>= 4.0.0) | |
premailer-rails (1.10.2) | |
actionmailer (>= 3, < 6) | |
premailer (~> 1.7, >= 1.7.9) | |
pry (0.12.2) | |
coderay (~> 1.1.0) | |
method_source (~> 0.9.0) | |
pry-byebug (3.6.0) | |
byebug (~> 10.0) | |
pry (~> 0.10) | |
public_suffix (3.0.3) | |
rabl (0.13.1) | |
activesupport (>= 2.3.14) | |
rack (2.0.6) | |
rack-test (1.1.0) | |
rack (>= 1.0, < 3) | |
rails (5.2.2) | |
actioncable (= 5.2.2) | |
actionmailer (= 5.2.2) | |
actionpack (= 5.2.2) | |
actionview (= 5.2.2) | |
activejob (= 5.2.2) | |
activemodel (= 5.2.2) | |
activerecord (= 5.2.2) | |
activestorage (= 5.2.2) | |
activesupport (= 5.2.2) | |
bundler (>= 1.3.0) | |
railties (= 5.2.2) | |
sprockets-rails (>= 2.0.0) | |
rails-controller-testing (1.0.4) | |
actionpack (>= 5.0.1.x) | |
actionview (>= 5.0.1.x) | |
activesupport (>= 5.0.1.x) | |
rails-dom-testing (2.0.3) | |
activesupport (>= 4.2.0) | |
nokogiri (>= 1.6) | |
rails-html-sanitizer (1.0.4) | |
loofah (~> 2.2, >= 2.2.2) | |
railties (5.2.2) | |
actionpack (= 5.2.2) | |
activesupport (= 5.2.2) | |
method_source | |
rake (>= 0.8.7) | |
thor (>= 0.19.0, < 2.0) | |
rainbow (3.0.0) | |
rake (12.3.2) | |
ransack (2.1.1) | |
actionpack (>= 5.0) | |
activerecord (>= 5.0) | |
activesupport (>= 5.0) | |
i18n | |
rb-fsevent (0.10.3) | |
rb-inotify (0.10.0) | |
ffi (~> 1.0) | |
responders (2.4.1) | |
actionpack (>= 4.2.0, < 6.0) | |
railties (>= 4.2.0, < 6.0) | |
rspec-activemodel-mocks (1.1.0) | |
activemodel (>= 3.0) | |
activesupport (>= 3.0) | |
rspec-mocks (>= 2.99, < 4.0) | |
rspec-collection_matchers (1.1.3) | |
rspec-expectations (>= 2.99.0.beta1) | |
rspec-core (3.7.1) | |
rspec-support (~> 3.7.0) | |
rspec-expectations (3.7.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.7.0) | |
rspec-its (1.2.0) | |
rspec-core (>= 3.0.0) | |
rspec-expectations (>= 3.0.0) | |
rspec-mocks (3.7.0) | |
diff-lcs (>= 1.2.0, < 2.0) | |
rspec-support (~> 3.7.0) | |
rspec-rails (3.7.2) | |
actionpack (>= 3.0) | |
activesupport (>= 3.0) | |
railties (>= 3.0) | |
rspec-core (~> 3.7.0) | |
rspec-expectations (~> 3.7.0) | |
rspec-mocks (~> 3.7.0) | |
rspec-support (~> 3.7.0) | |
rspec-retry (0.6.1) | |
rspec-core (> 3.3) | |
rspec-support (3.7.1) | |
rspec_junit_formatter (0.4.1) | |
rspec-core (>= 2, < 4, != 2.12.0) | |
rubocop (0.60.0) | |
jaro_winkler (~> 1.5.1) | |
parallel (~> 1.10) | |
parser (>= 2.5, != 2.5.1.1) | |
powerpack (~> 0.1) | |
rainbow (>= 2.2.2, < 4.0) | |
ruby-progressbar (~> 1.7) | |
unicode-display_width (~> 1.4.0) | |
rubocop-rspec (1.32.0) | |
rubocop (>= 0.60.0) | |
ruby-progressbar (1.10.0) | |
rubyzip (1.2.2) | |
safe_yaml (1.0.4) | |
sass (3.7.3) | |
sass-listen (~> 4.0.0) | |
sass-listen (4.0.0) | |
rb-fsevent (~> 0.9, >= 0.9.4) | |
rb-inotify (~> 0.9, >= 0.9.7) | |
sass-rails (5.0.7) | |
railties (>= 4.0.0, < 6) | |
sass (~> 3.1) | |
sprockets (>= 2.8, < 4.0) | |
sprockets-rails (>= 2.0, < 4.0) | |
tilt (>= 1.1, < 3) | |
sassc (2.0.0) | |
ffi (~> 1.9.6) | |
rake | |
select2-rails (3.5.9.1) | |
thor (~> 0.14) | |
selenium-webdriver (3.141.0) | |
childprocess (~> 0.5) | |
rubyzip (~> 1.2, >= 1.2.2) | |
simplecov (0.16.1) | |
docile (~> 1.1) | |
json (>= 1.8, < 3) | |
simplecov-html (~> 0.10.0) | |
simplecov-html (0.10.2) | |
sprockets (3.7.2) | |
concurrent-ruby (~> 1.0) | |
rack (> 1, < 3) | |
sprockets-rails (3.2.1) | |
actionpack (>= 4.0) | |
activesupport (>= 4.0) | |
sprockets (>= 3.0.0) | |
sqlite3 (1.3.13) | |
state_machines (0.5.0) | |
state_machines-activemodel (0.5.1) | |
activemodel (>= 4.1, < 6.0) | |
state_machines (>= 0.5.0) | |
state_machines-activerecord (0.5.2) | |
activerecord (>= 4.1, < 6.0) | |
state_machines-activemodel (>= 0.5.0) | |
stringex (2.8.5) | |
terrapin (0.6.0) | |
climate_control (>= 0.0.3, < 1.0) | |
thor (0.20.3) | |
thread_safe (0.3.6) | |
tilt (2.0.9) | |
timecop (0.9.1) | |
twitter_cldr (4.4.3) | |
camertron-eprun | |
cldr-plurals-runtime-rb (~> 1.0) | |
tzinfo | |
tzinfo (1.2.5) | |
thread_safe (~> 0.1) | |
unicode-display_width (1.4.1) | |
versioncake (3.4.0) | |
actionpack (>= 3.2) | |
activesupport (>= 3.2) | |
railties (>= 3.2) | |
tzinfo | |
webmock (3.0.1) | |
addressable (>= 2.3.6) | |
crack (>= 0.3.2) | |
hashdiff | |
websocket-driver (0.7.0) | |
websocket-extensions (>= 0.1.0) | |
websocket-extensions (0.1.3) | |
xpath (3.2.0) | |
nokogiri (~> 1.8) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
activerecord-jdbcsqlite3-adapter | |
capybara (~> 2.16) | |
capybara-screenshot (~> 1.0) | |
chromedriver-helper | |
database_cleaner (~> 1.3) | |
email_spec | |
factory_bot_rails (~> 4.8) | |
jruby-openssl | |
jsonapi-rspec | |
mysql2 | |
pg (~> 0.18) | |
pry-byebug | |
rails-controller-testing | |
rspec-activemodel-mocks (~> 1.0) | |
rspec-collection_matchers | |
rspec-its | |
rspec-rails (~> 3.7.2) | |
rspec-retry | |
rspec_junit_formatter | |
rubocop (~> 0.60.0) | |
rubocop-rspec | |
sass-rails | |
selenium-webdriver | |
simplecov | |
spree! | |
sqlite3 | |
timecop | |
tzinfo-data | |
webmock (~> 3.0.1) | |
BUNDLED WITH | |
1.16.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_relative 'core/lib/spree/core/version.rb' | |
Gem::Specification.new do |s| | |
s.platform = Gem::Platform::RUBY | |
s.name = 'spree' | |
s.version = Spree.version | |
s.summary = 'Full-stack e-commerce framework for Ruby on Rails.' | |
s.description = 'Spree is an open source e-commerce framework for Ruby on Rails. Join us on http://slack.spreecommerce.org' | |
s.required_ruby_version = '>= 2.3.3' | |
s.files = Dir['README.md', 'lib/**/*'] | |
s.require_path = 'lib' | |
s.requirements << 'none' | |
s.author = 'Sean Schofield' | |
s.email = '[email protected]' | |
s.homepage = 'http://spreecommerce.org' | |
s.license = 'BSD-3-Clause' | |
s.add_dependency 'spree_core', s.version | |
s.add_dependency 'spree_api', s.version | |
s.add_dependency 'spree_backend', s.version | |
s.add_dependency 'spree_frontend', s.version | |
s.add_dependency 'spree_sample', s.version | |
s.add_dependency 'spree_cmd', s.version | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Spree | |
def self.version | |
'4.0.0.alpha' | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment