swipebox 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d7ce088cb5bd8fa26ddef4eea95b9bac338c32a
4
- data.tar.gz: b73f3b1b8a740c0e3d56ea92e46ebb351e3d9842
3
+ metadata.gz: fb296f6adcdcf3c0716c4115d6f15cd8bea7bfa9
4
+ data.tar.gz: d6391efdfde4e21eefdfe2e1416364f783a3b8c0
5
5
  SHA512:
6
- metadata.gz: 781da6f95bdc989f8accdb660f3907b96833727d427a37043b5bbed2b2a95306b1c091263175a48fea93c1d5ad0bb5174ec1738a6f72660126f7f1d60674b38a
7
- data.tar.gz: d4ec4fcbc896cf79d52e017e9e007a40b108d5b532611a75829a8188b33eaf027d1d9a6cf3d2c6b60b1f542db056f04f895d02b9a29d2717330565fddf3a90a8
6
+ metadata.gz: 353438026e1709e278d5b5c74d3f55ca0b91a2a79e7a7df6da9eff5f029d66d175ab70d8038c97c09ec031e6df0697c229c549bdbe6c939c9e77d21bdc100cfb
7
+ data.tar.gz: d545e94991af971694d9150a945a1c95db164b6f069e84e071fa94efc613d68bd31893c0337e1f8900131d7df1e01d91c07d696804a95d10547335a8163dd896
@@ -1,3 +1,3 @@
1
1
  module Swipebox
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,6 +1,11 @@
1
1
  require File.expand_path('../boot', __FILE__)
2
2
 
3
- require 'rails/all'
3
+ # Pick the frameworks you want:
4
+ # require "active_record/railtie"
5
+ require "action_controller/railtie"
6
+ require "action_mailer/railtie"
7
+ require "sprockets/railtie"
8
+ require "rails/test_unit/railtie"
4
9
 
5
10
  Bundler.require(*Rails.groups)
6
11
  require "swipebox"
@@ -1,25 +0,0 @@
1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- development:
7
- adapter: sqlite3
8
- database: db/development.sqlite3
9
- pool: 5
10
- timeout: 5000
11
-
12
- # Warning: The database defined as "test" will be erased and
13
- # re-generated from your development database when you run "rake".
14
- # Do not set this db to the same as development or production.
15
- test:
16
- adapter: sqlite3
17
- database: db/test.sqlite3
18
- pool: 5
19
- timeout: 5000
20
-
21
- production:
22
- adapter: sqlite3
23
- database: db/production.sqlite3
24
- pool: 5
25
- timeout: 5000
@@ -22,3 +22,11 @@ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:06:07 +0200
22
22
  Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:06:07 +0200
23
23
  Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:24:07 +0200
24
24
  Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:24:08 +0200
25
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:37:07 +0200
26
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:37:07 +0200
27
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:39:03 +0200
28
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:39:03 +0200
29
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:39:52 +0200
30
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:39:52 +0200
31
+ Started GET "/assets/swipebox.js" for 127.0.0.1 at 2013-10-20 22:45:24 +0200
32
+ Started GET "/assets/swipebox.css" for 127.0.0.1 at 2013-10-20 22:45:24 +0200
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: swipebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miha Rekar
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '4.0'
55
- - !ruby/object:Gem::Dependency
56
- name: sqlite3
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - '>='
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - '>='
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: minitest
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -94,7 +80,8 @@ dependencies:
94
80
  - - '>='
95
81
  - !ruby/object:Gem::Version
96
82
  version: '0'
97
- description: Adds Swipebox http://brutaldesign.github.io/swipebox/ to Rails app.
83
+ description: Adds Swipebox http://brutaldesign.github.io/swipebox/ to Rails asset
84
+ pipeline.
98
85
  email:
99
86
  - info@mr.si
100
87
  executables: []