corn 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f6cfee2778ad98d567976a0bb9b6027da9e24472
4
- data.tar.gz: ae18162e7ab186da5bd0e3d78db2cb594b06c96f
3
+ metadata.gz: 2854df25b87527bcad6f7f41a52980e06b4d1320
4
+ data.tar.gz: 6a5b1e50d2d1838e0969d4e2688c0831f38e4bdb
5
5
  SHA512:
6
- metadata.gz: b5cdd75cd5d47dac34bef34913c96635e4a4fb56ca26839d7b8a40985fd5fed062735be6e446ff8c96d2dbc3cd72f8f677ef023c0d3562633cca17089a23dc4a
7
- data.tar.gz: d05aa533388a37465368baa15fa8a87495bd2c1f94b651d44261a04ff9fb1f88efa7ac874dd6c9a3f65ff345633eae25b836134abe70d90595f6a568386ce392
6
+ metadata.gz: 2b597d39c3a83582662a85624db6df9ab49780b0dbb760d9a2eb3dec97b51473cad349f50c1152c5d44c3aef51a99ecce921ae50f94de6b9d61b866010cbdef2
7
+ data.tar.gz: e7d88ba45f291484f17e4180f2059ed904a2bf10b187b497846d87302eaa3f2dbc10fc7b1caeef49574c7663412c3c0b09fbddd572ae82008b66325a35661b1c
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xiao Li
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2014-02-08 00:00:00 Z
12
+ date: 2014-02-09 00:00:00 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sampling_prof
@@ -22,7 +22,7 @@ dependencies:
22
22
  - - ">="
23
23
  - !ruby/object:Gem::Version
24
24
  version: 0.0.2
25
- type: :development
25
+ type: :runtime
26
26
  version_requirements: *id001
27
27
  description: |
28
28
  Corn collects your application's profiling data by sampling_prof gem, and submits the result to server, so that you can merge multiple server's profiling data and do analysis together.