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 +4 -4
- data/lib/swipebox/version.rb +1 -1
- data/test/dummy/config/application.rb +6 -1
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/log/test.log +8 -0
- metadata +3 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb296f6adcdcf3c0716c4115d6f15cd8bea7bfa9
|
|
4
|
+
data.tar.gz: d6391efdfde4e21eefdfe2e1416364f783a3b8c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 353438026e1709e278d5b5c74d3f55ca0b91a2a79e7a7df6da9eff5f029d66d175ab70d8038c97c09ec031e6df0697c229c549bdbe6c939c9e77d21bdc100cfb
|
|
7
|
+
data.tar.gz: d545e94991af971694d9150a945a1c95db164b6f069e84e071fa94efc613d68bd31893c0337e1f8900131d7df1e01d91c07d696804a95d10547335a8163dd896
|
data/lib/swipebox/version.rb
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
require File.expand_path('../boot', __FILE__)
|
|
2
2
|
|
|
3
|
-
|
|
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
|
data/test/dummy/log/test.log
CHANGED
|
@@ -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.
|
|
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
|
|
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: []
|