kuppayam 0.1.6dev2 → 0.1.7
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/README.md +10 -1
- data/app/assets/images/android-icon-144x144.png +0 -0
- data/app/assets/images/android-icon-192x192.png +0 -0
- data/app/assets/images/android-icon-36x36.png +0 -0
- data/app/assets/images/android-icon-48x48.png +0 -0
- data/app/assets/images/android-icon-72x72.png +0 -0
- data/app/assets/images/android-icon-96x96.png +0 -0
- data/app/assets/images/apple-icon-114x114.png +0 -0
- data/app/assets/images/apple-icon-120x120.png +0 -0
- data/app/assets/images/apple-icon-144x144.png +0 -0
- data/app/assets/images/apple-icon-152x152.png +0 -0
- data/app/assets/images/apple-icon-180x180.png +0 -0
- data/app/assets/images/apple-icon-57x57.png +0 -0
- data/app/assets/images/apple-icon-60x60.png +0 -0
- data/app/assets/images/apple-icon-72x72.png +0 -0
- data/app/assets/images/apple-icon-76x76.png +0 -0
- data/app/assets/images/apple-icon-precomposed.png +0 -0
- data/app/assets/images/apple-icon.png +0 -0
- data/app/assets/images/browserconfig.xml +2 -0
- data/app/assets/images/favicon-16x16.png +0 -0
- data/app/assets/images/favicon-32x32.png +0 -0
- data/app/assets/images/favicon-96x96.png +0 -0
- data/app/assets/images/favicon.ico +0 -0
- data/app/assets/images/logo-on-white.png +0 -0
- data/app/assets/images/logo-small.png +0 -0
- data/app/assets/images/logo.png +0 -0
- data/app/assets/images/manifest.json +41 -0
- data/app/assets/images/ms-icon-144x144.png +0 -0
- data/app/assets/images/ms-icon-150x150.png +0 -0
- data/app/assets/images/ms-icon-310x310.png +0 -0
- data/app/assets/images/ms-icon-70x70.png +0 -0
- data/app/assets/sketches/logo.sketch +0 -0
- data/app/views/layouts/kuppayam/_head.html.erb +15 -6
- data/app/views/layouts/kuppayam/_sidebar.html.erb +1 -1
- data/db/test_data/single_file/master.csv +8294 -0
- data/db/test_data/split_files/master.csv +101909 -0
- data/db/test_data/split_files/split_csv.sh +51 -0
- data/lib/kuppayam/version.rb +1 -1
- metadata +54 -14
- data/app/assets/images/favicon.png +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91d40c32c8eed60c2efbed4cf5aee7cd317d22c6
|
|
4
|
+
data.tar.gz: 575d7e988729433fe3a30197398916f764b8ee18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 30d9c23b7010fb88732070b785b6142d988441c5aba5d7d8e2a1b0148c59e81d3c4667046284dc39492fcda8696ecf51fbb64b02f0810d9b42431546ebf1c8fc
|
|
7
|
+
data.tar.gz: de93a8d446aa8d57026b5786d59e0446b01c7c81fc51b20a4e0cc80a9e26f2fb36fbe3dcb8398f1560f797d7b2731bde71e6ed0463c644738f6c72f661f8ab0a
|
data/README.md
CHANGED
|
@@ -34,14 +34,23 @@ Make your changes & Send a Pull Request.
|
|
|
34
34
|
|
|
35
35
|
## Gem Release Instructions
|
|
36
36
|
|
|
37
|
+
### Build the gem from the .gemspec
|
|
38
|
+
|
|
37
39
|
```bash
|
|
38
40
|
$ gem build kuppayam.gemspec
|
|
39
41
|
```
|
|
40
42
|
|
|
43
|
+
### Install this gem locally
|
|
44
|
+
|
|
41
45
|
```bash
|
|
42
|
-
$ gem
|
|
46
|
+
$ gem install --local kuppayam-0.1.1.gem
|
|
43
47
|
```
|
|
44
48
|
|
|
49
|
+
### Push it to rubygems.org (You would need an account with rubygems.org to perform this action)
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
$ gem push gem push kuppayam-0.1.1.gem
|
|
53
|
+
```
|
|
45
54
|
|
|
46
55
|
## Testing the gem
|
|
47
56
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/app/assets/images/logo.png
CHANGED
|
Binary file
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "App",
|
|
3
|
+
"icons": [
|
|
4
|
+
{
|
|
5
|
+
"src": "\/android-icon-36x36.png",
|
|
6
|
+
"sizes": "36x36",
|
|
7
|
+
"type": "image\/png",
|
|
8
|
+
"density": "0.75"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "\/android-icon-48x48.png",
|
|
12
|
+
"sizes": "48x48",
|
|
13
|
+
"type": "image\/png",
|
|
14
|
+
"density": "1.0"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "\/android-icon-72x72.png",
|
|
18
|
+
"sizes": "72x72",
|
|
19
|
+
"type": "image\/png",
|
|
20
|
+
"density": "1.5"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"src": "\/android-icon-96x96.png",
|
|
24
|
+
"sizes": "96x96",
|
|
25
|
+
"type": "image\/png",
|
|
26
|
+
"density": "2.0"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"src": "\/android-icon-144x144.png",
|
|
30
|
+
"sizes": "144x144",
|
|
31
|
+
"type": "image\/png",
|
|
32
|
+
"density": "3.0"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"src": "\/android-icon-192x192.png",
|
|
36
|
+
"sizes": "192x192",
|
|
37
|
+
"type": "image\/png",
|
|
38
|
+
"density": "4.0"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -9,15 +9,24 @@
|
|
|
9
9
|
|
|
10
10
|
<title><%= title -%></title>
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
<!-- http://www.favicon-generator.org/ -->
|
|
13
|
+
|
|
14
|
+
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-icon-57x57.png">
|
|
15
|
+
<link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-icon-60x60.png">
|
|
16
|
+
<link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-icon-72x72.png">
|
|
17
|
+
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-icon-76x76.png">
|
|
18
|
+
<link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-icon-114x114.png">
|
|
19
|
+
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-icon-120x120.png">
|
|
20
|
+
<link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-icon-144x144.png">
|
|
21
|
+
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-icon-152x152.png">
|
|
22
|
+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-icon-180x180.png">
|
|
23
|
+
<link rel="icon" type="image/png" sizes="192x192" href="/assets/android-icon-192x192.png">
|
|
13
24
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
|
|
25
|
+
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon-96x96.png">
|
|
14
26
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
|
|
15
27
|
<link rel="manifest" href="/assets/manifest.json">
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
<meta name="apple-mobile-web-app-title" content="Kuppayam">
|
|
19
|
-
<meta name="application-name" content="Kuppayam">
|
|
20
|
-
<meta name="msapplication-config" content="/assets/browserconfig.xml">
|
|
28
|
+
<meta name="msapplication-TileColor" content="#ffffff">
|
|
29
|
+
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
21
30
|
<meta name="theme-color" content="#ffffff">
|
|
22
31
|
|
|
23
32
|
<%= csrf_meta_tags %>
|