tattle 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -0
- data/lib/tattle.rb +1 -1
- data/lib/tattle/version.rb +1 -1
- metadata +1 -1
data/CHANGELOG
CHANGED
data/lib/tattle.rb
CHANGED
@@ -5,7 +5,7 @@ require 'rbconfig'
|
|
5
5
|
require 'fileutils'
|
6
6
|
module Tattle
|
7
7
|
class Collector
|
8
|
-
KEY_FILE = File.
|
8
|
+
KEY_FILE = File.join(Gem.user_home, '.tattle/key')
|
9
9
|
REPORTING_URL = if ENV['LOCAL']
|
10
10
|
URI.parse('http://localhost:3000/reports/create')
|
11
11
|
else
|
data/lib/tattle/version.rb
CHANGED
metadata
CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: tattle
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
6
|
+
version: 1.0.1
|
7
7
|
date: 2006-12-08 00:00:00 -07:00
|
8
8
|
summary: Tattle is a little reporting script used for collecting system information from the Ruby community.
|
9
9
|
require_paths:
|