profile_it 0.2.8 → 0.2.8.1

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: f0c57239d82093d83cd9eec7b49f9aef55b08fab
4
- data.tar.gz: 26889eba7dc0fa567b319dcb871bb7c12e809649
3
+ metadata.gz: c6e27885fe7889fc61e25ed6ac99b970543e4bb4
4
+ data.tar.gz: 33c2e2322945ecba137762fa00be3dc8b95e11b8
5
5
  SHA512:
6
- metadata.gz: 6d398c2bce20310bb593360e15191aca28cf423c720e23ee06a0e0a63fa36d35255cb00afeac7576ffc3cecdd7625b03ed9fd0e48155d1b176f2c472473a0278
7
- data.tar.gz: 830cdeba11bc771ac0ee43237795106f4ad2974fff554c4f8fb8fdc7b6346014ebebbfa4d92097de7fabd3675c57ed115b3a99ba42df2f9b12ef51170698c2e9
6
+ metadata.gz: 3ea51dcffd02e48807dac1eac08bb4837f01af5ed27bd3ce2f37a0cd1ebe793c03b5b3117861410a73b571d8b17c0af8c03e65b5bf0bcb984341af7ffbf97562
7
+ data.tar.gz: 65f0b0b799c745305b87a8b815417cc1a768cae6c22e2e622a2031e9729d09a284f0dde2e397700399cadaf33bfc0e4b1f80f71afa0422181a914561f182655d
data/CHANGELOG.markdown CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.2.8.1
2
+
3
+ * Updating gem homepage
4
+
1
5
  # 0.2.8
2
6
 
3
7
  * Tentative Rails 2.3 support
data/README.markdown CHANGED
@@ -1,24 +1,12 @@
1
1
  # ProfileIt
2
2
 
3
- A Ruby gem for detailed Rails profiling analysis. Metrics are reported to [profileit.io](https://profileit.io).
3
+ A Ruby gem for detailed in-browser Rails profiling analysis. Metrics are reported to [profileit.io](https://profileit.io).
4
4
 
5
- ## Getting Started
6
-
7
- Install the gem:
8
-
9
- gem install profile_it
10
-
11
- Signup for a [profileit.io](https://profileit.io) account and copy the config file to `RAILS_ROOT/config/profile_it.yml`.
5
+ ![screenshot](https://dl.dropboxusercontent.com/u/468982/extension_page.png)
12
6
 
13
- Your config file should look like:
14
-
15
- common: &defaults
16
- name: YOUR_APPLICATION_NAME
17
- key: YOUR_APPLICATION_KEY
18
- profile: true
7
+ ## Getting Started
19
8
 
20
- production:
21
- <<: *defaults
9
+ [See instructions](https://profileit.io/help) on ProfileIt.io to get started.
22
10
 
23
11
  ## Supported Frameworks
24
12
 
@@ -37,4 +25,4 @@ Your config file should look like:
37
25
 
38
26
  ## Help
39
27
 
40
- Email support@profileit.io if you need a hand.
28
+ Email support@profileit.io if you need a hand.
@@ -1,3 +1,3 @@
1
1
  module ProfileIt
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.8.1"
3
3
  end
data/profile_it.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = ProfileIt::VERSION
8
8
  s.authors = ["Derek Haynes",'Andre Lewis']
9
9
  s.email = ["support@scoutapp.com"]
10
- s.homepage = "https://github.com/scoutapp/profile_it"
10
+ s.homepage = "https://github.com/scoutapp/profile_it_agent"
11
11
  s.summary = "Rails Profiler UI"
12
12
  s.description = "Profile a Ruby on Rails application in your browser and reports detailed metrics to profileit.io."
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: profile_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Haynes
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-02-20 00:00:00.000000000 Z
12
+ date: 2015-02-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Profile a Ruby on Rails application in your browser and reports detailed
15
15
  metrics to profileit.io.
@@ -46,7 +46,7 @@ files:
46
46
  - lib/profile_it/tracer.rb
47
47
  - lib/profile_it/version.rb
48
48
  - profile_it.gemspec
49
- homepage: https://github.com/scoutapp/profile_it
49
+ homepage: https://github.com/scoutapp/profile_it_agent
50
50
  licenses: []
51
51
  metadata: {}
52
52
  post_install_message: