audited-timeline 1.0.0 → 1.0.1

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: b93a3cb9f05b8325c4cf2c65b3a086c7b9021a78
4
- data.tar.gz: 258bf94edcd08930fcb7057b165acf2523d7f43f
3
+ metadata.gz: a95158cd8d62bb7c2e4126f7ba1332c010e3c08d
4
+ data.tar.gz: 0c619bbfeb6f3d0c42f67e54772e6d6e67c40d85
5
5
  SHA512:
6
- metadata.gz: 54a25fa3518ca156d10aa9ba491dafcd58518ebfd057b30b974973a67e2b6942f2ca57c0851fa11ec09c5023321b6d55cdba9f62f51ef310168ff22f216329b5
7
- data.tar.gz: 44b1f1ef1b4fbefba24e6f33a67892ea3d75c7c6480172c1412fb7bf0da5cf5f0dfcfe6f2665aa65e031189f8c27dc0aeb711bfc9df291ae16a7883ad78c5b3a
6
+ metadata.gz: 0836e49105d60f4c0b85a79b40918531723df10c372836b62c7c9dd0788362c08453cc03d0201928d886e8fc790883f399ccadef4406d43468417b244488aaca
7
+ data.tar.gz: dbb4455239fd79e0c620813d22d7de7714d4643a5cc6fd9d58a3d6d2056b2ec88594cb1ef41635b6501cdb05b68e13e708080ec97ca92bc4afb2abb342c1e6fc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -1,2 +1,3 @@
1
+ @import "audited-timeline/variables";
1
2
  @import "audited-timeline/timeline";
2
3
  @import "audited-timeline/audits";
@@ -0,0 +1,12 @@
1
+ $green: #27AE60 !default;
2
+ $red: #E74C3C !default;
3
+ $blue: #009ad7 !default;
4
+ $light-gray: #CDCFCE !default;
5
+ $dark-gray: #333 !default;
6
+
7
+ $base-line-height: 1.5 !default;
8
+ $base-spacing: $base-line-height * 1em !default;
9
+
10
+ $base-border-color: $light-gray !default;
11
+ $base-border: 1px solid $base-border-color !default;
12
+ $base-border-radius: 3px !default;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: audited-timeline
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
  - Raffael Schmid
@@ -101,6 +101,7 @@ files:
101
101
  - app/assets/stylesheets/audited-timeline.scss
102
102
  - app/assets/stylesheets/audited-timeline/_audits.scss
103
103
  - app/assets/stylesheets/audited-timeline/_timeline.scss
104
+ - app/assets/stylesheets/audited-timeline/_variables.scss
104
105
  - app/views/audited_timeline/_diff.html.erb
105
106
  - app/views/audited_timeline/_diff_create.html.erb
106
107
  - app/views/audited_timeline/_diff_destroy.html.erb