flashgrid 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c683508d0eba341f3f0ccb9e52bb5d5535a48a57
4
- data.tar.gz: 4cca919d810e69f963d8a02956498580dd81e293
3
+ metadata.gz: 445ea72d1c776947421ae4a6f25b2a68e9d37c63
4
+ data.tar.gz: 6cedbb9f32715ff1212eb67cb23ae353dc24676d
5
5
  SHA512:
6
- metadata.gz: 2cfd9e37ab611c18e7fb5552b24e1b08b43577c7cc385bddeb81d25be9533fb657e266c82fe0861d0fee9e021050da792f716a8ae64213e3390dfe4047a70fda
7
- data.tar.gz: 8d8e477ba179c7ddd82b3fa6a724b8bdf4518579a30825e493c8848477ff4c1c1a07ae799f1ea9693eef6f2f5477a94341b44cd7294567ce64f1d7a899a30ca6
6
+ metadata.gz: 905156e1550095cc23afe29d69adf92ff4738126d4a72b417bd5937b1d2af3baf76644ad02646302cd5d617487f6e09eef1703677da2f0d08a5af36b242d8a02
7
+ data.tar.gz: bb1d07e9b6c2e99dfde3c03c58581da9a73c57455544196afa486f6db4967a3fa095011e12d90eddde715d3cc988d934d949ab6b7dc30fa3717eeac2ea7e35be
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- flashoff (0.0.20)
4
+ flashgrid (1.0.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -1,7 +1,8 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  #Code
4
- #Pre */
4
+ #Pre
5
+ #Pygments */
5
6
 
6
7
  /* #Code
7
8
  ================================================== */
@@ -35,15 +36,96 @@ pre {
35
36
  word-wrap: break-word;
36
37
  white-space: pre;
37
38
  }
38
- pre span.comment { color: rgba(43,50,53,1); font-style: italic; }
39
- pre span.error { border: 1px solid rgba(240,35,17,1); }
40
- pre span.highlight { background-color: rgba(43,50,53,1); color: rgba(255,255,255,1); padding: 3px 0; }
41
- pre span.keyword { color: rgba(102,102,102,1); }
42
- pre span.keyword-constant { color: rgba(240,35,17,1); }
43
- pre span.keyword-declaration { color: rgba(0,0,0,1); }
44
- pre span.keyword-pseudo { color: rgba(170,34,255,1); }
45
- pre span.keyword-reserved { color: rgba(170,34,255,1); font-weight: bold; }
46
- pre span.keyword-type { color: rgba(255,255,255,1); font-weight: bold; }
47
- pre span.number { color: rgba(75,173,8,1); }
48
- pre span.operator { color: rgba(43,50,53,1); }
49
- pre span.string { color: rgba(16,127,201,1); }
39
+
40
+ /* #Pygments
41
+ ================================================== */
42
+ .c {
43
+ color: rgba(158,171,179,1);
44
+ font-style: italic;
45
+ } /* Comment */
46
+ .err {
47
+ color: rgba(254,79,50,1);
48
+ background-color: rgba(71,74,84,1);
49
+ } /* Error */
50
+ .k { color: rgba(58,144,216,1); } /* Keyword */
51
+ .cm {
52
+ color: rgba(158,171,179,1);
53
+ font-style: italic;
54
+ } /* Comment.Multiline */
55
+ .cp { color: rgba(122,179,23,1); } /* Comment.Preproc */
56
+ .c1 {
57
+ color: rgba(158,171,179,1);
58
+ font-style: italic;
59
+ } /* Comment.Single */
60
+ .cs {
61
+ color: rgba(58,144,216,1);
62
+ font-style: italic;
63
+ } /* Comment.Special */
64
+ .gd { color: rgba(254,79,50,1); } /* Generic.Deleted */
65
+ .ge { font-style: italic; } /* Generic.Emph */
66
+ .gr { color: rgba(254,79,50,1) } /* Generic.Error */
67
+ .gh {
68
+ color: rgba(58,144,216,1);
69
+ font-weight: bold;
70
+ } /* Generic.Heading */
71
+ .gi { color: rgba(122,179,23,1); } /* Generic.Inserted */
72
+ .go { color: rgba(158,171,179,1); } /* Generic.Output */
73
+ .gp { color: rgba(71,74,84,1); } /* Generic.Prompt */
74
+ .gs { font-weight: bold; } /* Generic.Strong */
75
+ .gu {
76
+ color: rgba(71,74,84,1);
77
+ font-weight: bold;
78
+ } /* Generic.Subheading */
79
+ .gt { color: rgba(254,79,50,1); } /* Generic.Traceback */
80
+ .kc { color: rgba(58,144,216,1); } /* Keyword.Constant */
81
+ .kd { color: rgba(58,144,216,1); } /* Keyword.Declaration */
82
+ .kn { color: rgba(58,144,216,1); } /* Keyword.Namespace */
83
+ .kp { color: rgba(58,144,216,1); } /* Keyword.Pseudo */
84
+ .kr { color: rgba(58,144,216,1); } /* Keyword.Reserved */
85
+ .kt { color: rgba(122,179,23,1); } /* Keyword.Type */
86
+ .m { color: rgba(122,179,23,1); } /* Literal.Number */
87
+ .s { color: rgba(58,144,216,1); } /* Literal.String */
88
+ .na { color: rgba(58,144,216,1); } /* Name.Attribute */
89
+ .nb { color: rgba(122,179,23,1); } /* Name.Builtin */
90
+ .nc {
91
+ color: rgba(122,179,23,1);
92
+ text-decoration: underline;
93
+ } /* Name.Class */
94
+ .no { color: rgba(254,79,50,1); } /* Name.Constant */
95
+ .nd { color: rgba(158,171,179,1); } /* Name.Decorator */
96
+ .ni {
97
+ color: rgba(254,79,50,1);
98
+ font-weight: bold;
99
+ } /* Name.Entity */
100
+ .nf { color: rgba(122,179,23,1); } /* Name.Function */
101
+ .nn {
102
+ color: rgba(122,179,23,1);
103
+ text-decoration: underline;
104
+ } /* Name.Namespace */
105
+ .nt {
106
+ color: rgba(58,144,216,1);
107
+ font-weight: bold;
108
+ } /* Name.Tag */
109
+ .nv { color: rgba(254,79,50,1); } /* Name.Variable */
110
+ .ow { color: rgba(58,144,216,1); } /* Operator.Word */
111
+ .w { color: rgba(158,171,179,1); } /* Text.Whitespace */
112
+ .mf { color: rgba(122,179,23,1); } /* Literal.Number.Float */
113
+ .mh { color: rgba(122,179,23,1); } /* Literal.Number.Hex */
114
+ .mi { color: rgba(122,179,23,1); } /* Literal.Number.Integer */
115
+ .mo { color: rgba(122,179,23,1); } /* Literal.Number.Oct */
116
+ .sb { color: rgba(58,144,216,1); } /* Literal.String.Backtick */
117
+ .sc { color: rgba(58,144,216,1); } /* Literal.String.Char */
118
+ .sd { color: rgba(58,144,216,1); } /* Literal.String.Doc */
119
+ .s2 { color: rgba(58,144,216,1); } /* Literal.String.Double */
120
+ .se { color: rgba(58,144,216,1); } /* Literal.String.Escape */
121
+ .sh { color: rgba(58,144,216,1); } /* Literal.String.Heredoc */
122
+ .si { color: rgba(58,144,216,1); } /* Literal.String.Interpol */
123
+ .sx { color: rgba(58,144,216,1); } /* Literal.String.Other */
124
+ .sr { color: rgba(122,179,23,1); } /* Literal.String.Regex */
125
+ .s1 { color: rgba(58,144,216,1); } /* Literal.String.Single */
126
+ .ss { color: rgba(58,144,216,1); } /* Literal.String.Symbol */
127
+ .bp { color: rgba(122,179,23,1); } /* Name.Builtin.Pseudo */
128
+ .vc { color: rgba(254,79,50,1); } /* Name.Variable.Class */
129
+ .vg { color: rgba(254,79,50,1); } /* Name.Variable.Global */
130
+ .vi { color: rgba(254,79,50,1); } /* Name.Variable.Instance */
131
+ .il { color: rgba(122,179,23,1); } /* Literal.Number.Integer.Long */
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-11 00:00:00.000000000 Z
11
+ date: 2014-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler