society 1.5.1 → 1.5.2

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: 5076fd6cc424a742b05b87b217180db69db82834
4
- data.tar.gz: f100e43bbfd76036aa5b67e45c4a6c64055fd702
3
+ metadata.gz: 314ce3aa0269b8b5439f24496dde46ed84a92680
4
+ data.tar.gz: b0505cb00af63e4ddcaf281aebc94d8c88e2e52f
5
5
  SHA512:
6
- metadata.gz: a321c55fcf87e30575eea746f84b4864edbc34d698c0f9417042398b6fed6eef3f5ae66d6e36b83e18e4b565d92db6693afb5a2304d01bf401c200893f1eea65
7
- data.tar.gz: 743e9ddb3579546dbac9e5531e4ae0b0fedeb173ff3d7eba7941712d6ba5d41afb96863d42901e6d9beb5a335ae67f7c8553e778145694b44b30e3cae44a04a1
6
+ metadata.gz: 86af6d89d6f5587ec9e8af1e1bac8d7617b801d36f98288055d9c59a6143c3901a0d58c9c30e03fae5249e618bc8048dcb3aeb3ca648c733a59be3742b5fa857
7
+ data.tar.gz: 3e06ec5cd417258c8f1b0862a6a49f1a132530f77803be766c2966f33c97c9f9fdbdf2f68ab40d2e65d578f46c67433d3900713b7abbfe34bcf173bf0f991948
@@ -1,3 +1,13 @@
1
+ body {
2
+ background-color: #fff;
3
+ padding: 1em;
4
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
5
+ font-size: 12px;
6
+ }
7
+
8
+ a {
9
+ color: #990000;
10
+ }
1
11
  .society-graph {
2
12
  font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
3
13
  }
@@ -10,22 +10,13 @@
10
10
  %script{:src => "http://code.jquery.com/jquery-1.10.2.js"}
11
11
  %script{:src => "http://code.jquery.com/ui/1.11.4/jquery-ui.js"}
12
12
  %script{:src => "javascripts/society.js"}
13
- :css
14
- body {
15
- background-color: #fff;
16
- padding: 1em;
17
- font-family: Consolas, Verdana, sans-serif;
18
- font-size: 12px;
19
- }
20
- $(function() {
21
- $( "#tabs" ).tabs();
22
- });
23
13
  %body
24
14
  %div{:style => "text-align: center;"}
25
15
  %h1 Object Relational Matrices
26
16
  %h3
27
17
  Generated by
28
- %a{:href => "https://github.com/Bantik/society"} Society
18
+ %a{:href => "https://github.com/CoralineAda/society"}
19
+ Society
29
20
  #tabs
30
21
  %ul
31
22
  %li
@@ -1,3 +1,3 @@
1
1
  module Society
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: society
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Coraline Ada Ehmke