metric_fu-metrical 1.0.0 → 1.0.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: 964f9a4af46238aaf4e5f0815221060e021f8ddd
4
- data.tar.gz: 5b185dc63fd31c838107948f79eb22bc6bc377e1
3
+ metadata.gz: 06cb8166af3a5b810d00a305f238bd097b50f661
4
+ data.tar.gz: 77b35251176d70d4f8dc18334079176ef2a26dea
5
5
  SHA512:
6
- metadata.gz: 2f403d028e02659c010c02e055a2c6909af8d009cb48ebc733a425b1e6b46a703bb7a2f9a65dfeafea6018de69ced9bf2be99e30667cabb02079ea933b6566a7
7
- data.tar.gz: 122db2e33f739b7b32a308dadc6b9df6678c70b90f5400eefaf73720239a568e6b7a52467669955dcabfdad05660384b042e339a52644adf88379d32eb59102a
6
+ metadata.gz: 453226c019531f6984be21d30b18badc760add0fa0ce036e17c7c3fb341cd09d67141c01029bea3cb073804b0c569dd912483ae3c8f5c513e20cb7fb9822a3f6
7
+ data.tar.gz: 9e22ccdbdfffa099a8ff6e680df9a8df3ee0d6c3fd8c4ef64db778510aad0e84b11589adbd68e2559b4bf10da451af129f970b91edaf0a9db1467abc3e34ed13
@@ -2,6 +2,6 @@ require "metrical/version"
2
2
 
3
3
  module Metrical
4
4
  def self.message
5
- "Please install metric_fu. It runs from the command-line now. And gem metrical metric_fu-metrical. Thanks :)"
5
+ "Please install metric_fu. It runs from the command-line now. And gem uninstall metrical metric_fu-metrical. Thanks :)"
6
6
  end
7
7
  end
@@ -1,3 +1,3 @@
1
1
  module Metrical
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
@@ -12,6 +12,7 @@ Gem::Specification.new do |s|
12
12
  s.homepage = "https://github.com/metricfu/metrical"
13
13
  s.summary = %q{Run metric_fu without making it a project dependency}
14
14
  s.description = %q{MetricFu no longer need metrical. It runs on the commandline all by itself}
15
+ s.license = 'MIT'
15
16
  s.post_install_message = Metrical.message
16
17
 
17
18
  s.rubyforge_project = "metrical"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metric_fu-metrical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - iain
@@ -25,10 +25,11 @@ files:
25
25
  - bin/metrical
26
26
  - bin/metric_fu-metrical
27
27
  homepage: https://github.com/metricfu/metrical
28
- licenses: []
28
+ licenses:
29
+ - MIT
29
30
  metadata: {}
30
31
  post_install_message: Please install metric_fu. It runs from the command-line now. And
31
- gem metrical metric_fu-metrical. Thanks :)
32
+ gem uninstall metrical metric_fu-metrical. Thanks :)
32
33
  rdoc_options: []
33
34
  require_paths:
34
35
  - lib