gmail-tool 0.0.1 → 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: 5e3237a21313e4898ea50f08de88da2ecbfa848c
4
- data.tar.gz: 2e42d56e87a4cf19a5a616d7889b74c6d4a7408b
3
+ metadata.gz: 6bac66ae52bd6fe01b71e7b45aab9cb8955d0673
4
+ data.tar.gz: eeedb8d8af07bd097a14da34f0aaa38684b471d0
5
5
  SHA512:
6
- metadata.gz: 1fbeb51d3cc3eebb489c21714a3ad85b4668e820958dbcaecca91971bd408daa7baeb37b4afcd9adfbc3122dc43601c654a5042b0f92789f0bf6a36a302bf524
7
- data.tar.gz: b34bfb30d04cd598d7d4102e4adc57db7e0aa91db1b40cf7cacf9a2ecceef27e4b73c748c48fc2d0040afa38b8646a0ef5d57f9cade3ec3e89984ac22cc6a3be
6
+ metadata.gz: e03332a975ae2580fe3b46103a27ab42e824a4fb4da234d85e79f7f61af659e2d4c0d633e3b7a474ea2bf4f5a8bfb59052a4536fc649330e3095daa79ebf2839
7
+ data.tar.gz: a1096c2082b7ae6cb21135169257567ca3d7b15c335775119188018033a9374bb6cd3954ff0081889edac9cd3b0fd637d2d378d4721cb41f6e9ea9fa380d4bc8
data/lib/gmail_tool.rb CHANGED
@@ -5,6 +5,7 @@ class GmailToolRunner < Boson::Runner
5
5
  option :to, type: :string
6
6
  option :subject, type: :string
7
7
  option :body, type: :string
8
+ desc "Open a pre-filled compose message"
8
9
  def compose(options)
9
10
  @options = options
10
11
  open_compose_url
@@ -1,3 +1,3 @@
1
1
  module GmailTool
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmail-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sandro Padin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-21 00:00:00.000000000 Z
11
+ date: 2014-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '2'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: boson
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - '>='
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '0'
33
+ version: '1.3'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>='
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: '1.3'
41
41
  description: A simple way to open a Gmail compose browser window
42
42
  email:
43
43
  - sandropadin@gmail.com
@@ -46,12 +46,12 @@ executables:
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - LICENSE
49
50
  - bin/gmail-tool
51
+ - lib/gmail_tool.rb
50
52
  - lib/gmail_tool/compose/format_params.rb
51
53
  - lib/gmail_tool/compose/generate_compose_url.rb
52
54
  - lib/gmail_tool/version.rb
53
- - lib/gmail_tool.rb
54
- - LICENSE
55
55
  homepage: http://github.com/spadin/gmail-tool
56
56
  licenses:
57
57
  - Apache License, Version 2.0
@@ -62,19 +62,18 @@ require_paths:
62
62
  - lib
63
63
  required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
- - - '>='
65
+ - - ">="
66
66
  - !ruby/object:Gem::Version
67
67
  version: '0'
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
- - - '>='
70
+ - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: 1.3.6
73
73
  requirements: []
74
- rubyforge_project: bundler
75
- rubygems_version: 2.0.14
74
+ rubyforge_project:
75
+ rubygems_version: 2.2.2
76
76
  signing_key:
77
77
  specification_version: 4
78
78
  summary: Simple way to open a Gmail compose browser window
79
79
  test_files: []
80
- has_rdoc: