flint-gs 2.1.0 → 2.1.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: 03781faba88bfe2e61e7f5fb5d17b86a758c6b39
4
- data.tar.gz: 84444ad27c980342d2d032b9cbc607c0ec87c5a0
3
+ metadata.gz: c1a312ede30cdc1c57963d712cf780abf5f50d4c
4
+ data.tar.gz: 2c2288ad17800a6050c5a2414ca17cacb2f47df3
5
5
  SHA512:
6
- metadata.gz: b2f465aa3aca94e5389c388b381814f9f0042788b02aeb35fa1188098bdbe8735197f0cc818d741048fdbc9853192f92d8ca8e0342648b4a284a30621ef8f611
7
- data.tar.gz: 39e5b59ec90e143fc0dd28facba7ec31d491df7da6fc8bc0c422fb0823326ecfd27c54eb3da5a33dfd97f6ef2138e75ed66a5c8757fb5743d932e62c6baf1329
6
+ metadata.gz: c586895fba77aab4cbdeba57cd1229a5f66bb95c1be9be33a4b65c1a8906db1a1be8242f2b591386c719472210644d0f7adf18812b2e06ac8b4c9d3965db05a5
7
+ data.tar.gz: d4f5b3897ee7610bf558ed59d15427f4618a2090470b28554689882b609dffbc39d9903e4dc8996aef27e9bf11a6b2b8f5d5d314909f86f809d80c9bc63aec6c
data/lib/flint/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Flint
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.1"
3
3
  end
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  @if flint-get-value("settings", "instance-maps") {
130
- @include flint-new-instance($calc-key, $calc-span, $calc-context, $calc-gutter, $output-width, $output-margin-right, $output-margin-left);
130
+ @include flint-new-instance($calc-key, $calc-span, $calc-context, $calc-gutter, $output-width-map, $output-margin-right, $output-margin-left);
131
131
  @include flint-debug-instance($calc-key);
132
132
  }
133
133
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flint-gs
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-06 00:00:00.000000000 Z
11
+ date: 2014-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler