mothra 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed30be80e982f100a9719eebc8ef7b726aaed6e3
4
- data.tar.gz: 4f8acf764f989e8f76c5cbc1642f8a0e61650804
3
+ metadata.gz: 13947642fae78c90d91f6e047ab8d31bbb51af2a
4
+ data.tar.gz: 4db1f6e812dd47e8b98627a59a08eeeba1a54770
5
5
  SHA512:
6
- metadata.gz: d82c1d96733eda074e18fc10b8027e51a0e0ac434bde3b85c7be0f80315656dd426a428e0ecf8522c64c5a2147f9d3e5fcb46b944926bab787768b5f1abddc45
7
- data.tar.gz: 142d39c5a6df5c20a792be5c51be51a53fe09f784ddbbce8c8e088115c344e3fe0c1cca870ec502ddd4c0afa0d78412eabb9178eadd1bb56568096c555af9197
6
+ metadata.gz: bbeed69ad3416c332e5dae61d15ee66dc31450061b14fcca0c0b71314fda4254b3a4d43ccf2171d2900603845f59451cc06f202bb87a8595d3c7e1945e1477d1
7
+ data.tar.gz: 973c067801c60f4868ad55e1e9c9261e1a02d037357af92a79db6316eb6f62b2ba172698c8c311ff377aa03324ab57c159019935b7ad4e9d66ae94493d13b40f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
- ## 0.0.2 (2015-01-08)
1
+ ## 0.0.3 (2015-01-17)
2
+ - Update mothra info
2
3
 
4
+ ## 0.0.2 (2015-01-08)
3
5
  - NEW:
4
6
  - `get <bug_id>`
5
7
  - `browse <bug_id>`
@@ -9,4 +11,4 @@
9
11
  - `search <keyword> <days_ago=180>`
10
12
  - `create <summary>`
11
13
  - `submit <summary> <file_path>`
12
- - `attach <bug_id> <file_path>`
14
+ - `attach <bug_id> <file_path>`
data/README.md CHANGED
@@ -36,6 +36,9 @@ or create manually:
36
36
  1. [https://bugs.freebsd.org/bugzilla/](https://bugs.freebsd.org/bugzilla/)
37
37
  2. [http://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/WebService/Server/JSONRPC.html](http://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/WebService/Server/JSONRPC.html)
38
38
 
39
+ ## NOTICE
40
+ ###If you got SSL error on FreeBSD, you could try to reinstall *security/ca_root_nss* port.
41
+
39
42
  ## License
40
43
 
41
44
  Copyright (c) 2015 Jin-Sih Lin
@@ -69,6 +72,11 @@ or create manually:
69
72
  4. Push to the branch (`git push origin my-new-feature`)
70
73
  5. Create a new Pull Request
71
74
 
72
- ## TODO (0.0.3)
75
+ ## TODO (0.0.4)
76
+ `mothra comment` #add comment to <bug_id>
73
77
 
74
78
  `mothra setup` #copy settings to ~/.mothra.yml
79
+
80
+ `mothra diff` #create patch
81
+
82
+ `mothra update` #update port Makefile version and distinfo version
data/lib/mothra/cli.rb CHANGED
@@ -34,7 +34,9 @@ def check_config
34
34
  config_file = "#{Dir.home}/.mothra.yml"
35
35
 
36
36
  if not File.exist?(config_file)
37
- puts 'You should set ~/.mothra.yml first!'.yellow
37
+ puts 'You should set ~/.mothra.yml first! Just: '.yellow
38
+ puts '`curl https://raw.githubusercontent.com/pct/mothra/master/.mothra.yml > ~/.mothra.yml`'.cyan
39
+
38
40
  exit
39
41
  end
40
42
  end
@@ -1,3 +1,3 @@
1
1
  module Mothra
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mothra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jin-Sih Lin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-08 00:00:00.000000000 Z
11
+ date: 2015-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor