flashoff 0.0.2 → 0.0.3

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: f325064df09310dcae28a1b75310192e16b9c4a6
4
- data.tar.gz: 61d0421fdcaae01c1f6ed4feed4c04fd703cf96a
3
+ metadata.gz: debc2cb9c81688805364fd67dffae3ba4f0ba849
4
+ data.tar.gz: f5660351e9504b78cba6f44444a61efa29675281
5
5
  SHA512:
6
- metadata.gz: 7463243591c74620d1b3b54695aa846527a0058aa0e619425278bfbb88a7351aa3cd87b411dd1407f14e55fdf318ea6e9ea3580883ffdc4af36048004581fc09
7
- data.tar.gz: a68486420283e4c18f8ccd43c5680d6eac27372d2f25a87490b75be67b028edbac715d537d19186b27b7360498f69d7fe9fd3391e0a691f3ae082e29e1591d9b
6
+ metadata.gz: 973ffccea974c134ace0e3d0046cb4f83616ba622ef1d78c196471a21ccbcefd8c70f8015937d8f1bc63a773dd93094413555a2db42234a805886e0c65161661
7
+ data.tar.gz: 9da82be32ec8efcd073069c75c6a9ae7d756374beccadbb94319f1e832624cc50b9cd4d6fca0a08d44697593df72ae883420b081a8872dde800c3e71d7760fc6
data/flashoff.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["j.gomez@drexed.com"]
11
11
  spec.description = %q{Flashoff is a refreshingly modern responsive web framework for beautiful and faster project development.}
12
12
  spec.summary = %q{Flashoff Responsive Web Framework}
13
- spec.homepage = "http://flashoff.drexed.com"
13
+ spec.homepage = "http://quantum.drexed.com"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -69,4 +69,4 @@
69
69
  height: 600px;
70
70
  width: 120px;
71
71
  }
72
- .ad-center { margin: 0 auto; }
72
+ .ad-center { margin: 0 auto; }
@@ -207,7 +207,5 @@ select:focus:invalid:focus { border-color: rgba(254,79,50,1); }
207
207
  /* #Media Queries
208
208
  ================================================== */
209
209
  @media only screen and (max-width: 767px) {
210
- input[type="submit"].form-button-inline {
211
- margin-top: 10px;
212
- }
210
+ input[type="submit"].form-button-inline { margin-top: 10px; }
213
211
  }
@@ -131,4 +131,4 @@
131
131
  font-size: 36px;
132
132
  margin-top: 7px;
133
133
  }
134
- }
134
+ }
@@ -36,4 +36,4 @@ img {
36
36
  width: auto\9;
37
37
  }
38
38
  .img-circle { border-radius: 500px; }
39
- .img-center { margin: 0 auto; }
39
+ .img-center { margin: 0 auto; }
@@ -10,4 +10,4 @@
10
10
  min-height: 220px;
11
11
  min-width:220px;
12
12
  }
13
- .map-center { margin: 0 auto; }
13
+ .map-center { margin: 0 auto; }
@@ -67,4 +67,4 @@ table {
67
67
  .table-unbordered thead,
68
68
  .table-unbordered tbody,
69
69
  .table-unbordered th,
70
- .table-unbordered td { border: 0; }
70
+ .table-unbordered td { border: 0; }
@@ -144,4 +144,4 @@ blockquote small { color: rgba(158,171,179,1); }
144
144
  .text-light { font-weight: 200; }
145
145
  .text-normal { font-weight: normal; }
146
146
  .text-medium { font-weight: 500; }
147
- .text-bold { font-weight: bold; }
147
+ .text-bold { font-weight: bold; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
@@ -46,7 +46,6 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
- - .gitignore
50
49
  - Gemfile
51
50
  - LICENSE.txt
52
51
  - README.md
@@ -117,7 +116,7 @@ files:
117
116
  - vendor/assets/stylesheets/transition.css.scss
118
117
  - vendor/assets/stylesheets/trunk.css.scss
119
118
  - vendor/assets/stylesheets/typography.css.scss
120
- homepage: http://flashoff.drexed.com
119
+ homepage: http://quantum.drexed.com
121
120
  licenses:
122
121
  - MIT
123
122
  metadata: {}
data/.gitignore DELETED
@@ -1,17 +0,0 @@
1
- *.gem
2
- *.rbc
3
- .bundle
4
- .config
5
- .yardoc
6
- Gemfile.lock
7
- InstalledFiles
8
- _yardoc
9
- coverage
10
- doc/
11
- lib/bundler/man
12
- pkg
13
- rdoc
14
- spec/reports
15
- test/tmp
16
- test/version_tmp
17
- tmp