tmin 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/.DS_Store ADDED
Binary file
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tmin (0.1.1)
4
+ tmin (0.1.2)
5
5
  dm-aggregates (~> 1.2.0)
6
6
  dm-core (~> 1.2.0)
7
7
  dm-migrations (~> 1.2.0)
data/config.ru.example CHANGED
@@ -8,7 +8,7 @@ app = Firefly::Server.new do
8
8
  set :hostname, "localhost:3000"
9
9
 
10
10
  # Used for authenticating you.
11
- set :api_key, "oklahoma"
11
+ set :api_key, "texas"
12
12
 
13
13
  # Use Sqlite3 by default
14
14
  set :database, "sqlite3://#{Dir.pwd}/firefly.sqlite3"
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.2"
3
+ VERSION = "0.1.3"
4
4
  end
data/public/.DS_Store ADDED
Binary file
data/public/favicon.ico CHANGED
Binary file
data/views/layout.haml CHANGED
@@ -3,6 +3,7 @@
3
3
  %head
4
4
  %title #{@title}
5
5
  %meta(charset="UTF-8")
6
+ %link{ :rel=> "Shortcut Icon", :href=> u('favicon.ico') }
6
7
  %link{ :rel => "stylesheet", :href => u('reset.css') }
7
8
  %link{ :rel => "stylesheet", :href => u('style.css') }
8
9
  %script{ :type => "text/javascript", :src => u('jquery-1.4.2.min.js') }
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: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - drobs
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-22 00:00:00 -05:00
18
+ date: 2012-03-24 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -220,6 +220,7 @@ extensions: []
220
220
  extra_rdoc_files: []
221
221
 
222
222
  files:
223
+ - .DS_Store
223
224
  - .document
224
225
  - .gitignore
225
226
  - Gemfile
@@ -236,6 +237,7 @@ files:
236
237
  - lib/tmin/server.rb
237
238
  - lib/tmin/url.rb
238
239
  - lib/tmin/version.rb
240
+ - public/.DS_Store
239
241
  - public/favicon.ico
240
242
  - public/images/ec_background.gif
241
243
  - public/images/twitter.png
@@ -255,17 +257,7 @@ files:
255
257
  - spec/spec_helper.rb
256
258
  - test/helper.rb
257
259
  - test/test_tmin.rb
258
- - tmin-0.0.1.gem
259
- - tmin-0.0.2.gem
260
- - tmin-0.0.3.gem
261
- - tmin-0.0.4.gem
262
- - tmin-0.0.5.gem
263
- - tmin-0.0.6.gem
264
- - tmin-0.0.7.gem
265
- - tmin-0.0.8.gem
266
- - tmin-0.0.9.gem
267
- - tmin-0.1.0.gem
268
- - tmin-0.1.1.gem
260
+ - tmin-0.1.3.gem
269
261
  - tmin.gemspec
270
262
  - views/admin.haml
271
263
  - views/ec.haml
data/tmin-0.0.1.gem DELETED
Binary file
data/tmin-0.0.2.gem DELETED
Binary file
data/tmin-0.0.3.gem DELETED
Binary file
data/tmin-0.0.4.gem DELETED
Binary file
data/tmin-0.0.5.gem DELETED
Binary file
data/tmin-0.0.6.gem DELETED
Binary file
data/tmin-0.0.7.gem DELETED
Binary file
data/tmin-0.0.8.gem DELETED
Binary file
data/tmin-0.0.9.gem DELETED
Binary file
data/tmin-0.1.0.gem DELETED
Binary file
data/tmin-0.1.1.gem DELETED
Binary file