tmin 0.1.0 → 0.1.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.
- data/Gemfile.lock +1 -1
- data/firefly.sqlite3 +0 -0
- data/lib/tmin/version.rb +1 -1
- data/tmin-0.1.0.gem +0 -0
- data/views/layout.haml +10 -0
- metadata +4 -3
data/Gemfile.lock
CHANGED
data/firefly.sqlite3
CHANGED
|
Binary file
|
data/lib/tmin/version.rb
CHANGED
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:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
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
|