tmin 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tmin (0.0.9)
4
+ tmin (0.1.1)
5
5
  dm-aggregates (~> 1.2.0)
6
6
  dm-core (~> 1.2.0)
7
7
  dm-migrations (~> 1.2.0)
data/firefly.sqlite3 CHANGED
Binary file
data/lib/tmin/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  # encoding: UTF-8
2
2
  module Tminus
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
data/tmin-0.1.0.gem ADDED
Binary file
data/views/layout.haml CHANGED
@@ -6,6 +6,16 @@
6
6
  %link{ :rel => "stylesheet", :href => u('reset.css') }
7
7
  %link{ :rel => "stylesheet", :href => u('style.css') }
8
8
  %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }
9
+
10
+ :javascript
11
+ var _gaq = _gaq || [];
12
+ _gaq.push(['_setAccount', 'UA-30261711-1']);
13
+ _gaq.push(['_trackPageview']);
14
+
15
+ (function() {var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
16
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
17
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
18
+ })();
9
19
  %body
10
20
  .header
11
21
  %h1= @title
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tmin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - drobs
@@ -265,6 +265,7 @@ files:
265
265
  - tmin-0.0.8.gem
266
266
  - tmin-0.0.9.gem
267
267
  - tmin-0.1.0.gem
268
+ - tmin-0.1.1.gem
268
269
  - tmin.gemspec
269
270
  - views/admin.haml
270
271
  - views/ec.haml