totrello 0.0.8 → 0.0.9

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: 12fc7cd056f616906b31d74821202104c0be4e73
4
- data.tar.gz: 2c639ec48bc471ec42880552a91aa64595df6cae
3
+ metadata.gz: 29e04411e04601c53f4e8a3df79ab69f36c3e9b6
4
+ data.tar.gz: 090df8ed2d5572bccda506534fe1779e9aec92a3
5
5
  SHA512:
6
- metadata.gz: 115da1ef7a2cbf3ec47fede31f3b8b2527107e16f96d33ef3b7659e8ff881a5870f79dec38e32e622902a5d1f586457f19282a0962be8178ed698767ecbf74cd
7
- data.tar.gz: 178c2b62c261ffc09e8888c683003ec9a5e42c588892235808a1e8f5fb398071ded0ed6a00b2d309e9e516ef57e16c4017bbd7285774f7d0fd35fb72d8543549
6
+ metadata.gz: b31f6254f84f6d8356775a107f68c8e1e9bf8b77adc69503c717d464c3c2d80f6d9722b3957102f9b2790e02cdd2d99bb398f7aedc256a505bb57f4fac7f5bac
7
+ data.tar.gz: 9a1684f19c128dc70e866b1c9922d6f203f4429fa7940b1ee8bd2b7280e2672a903966eb45451ed7dd65b645b848bf14606c3f71ad4ba27ab3f64e4e0cdb8272
data/Gemfile CHANGED
@@ -1,5 +1,4 @@
1
1
  source 'https://rubygems.org'
2
- ruby '2.1.2'
3
2
 
4
3
  # Specify your gem's dependencies in totrello.gemspec
5
4
  gemspec
@@ -1,3 +1,3 @@
1
1
  module Totrello
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
data/totrello.gemspec CHANGED
@@ -6,10 +6,10 @@ require 'totrello/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "totrello"
8
8
  spec.version = Totrello::VERSION
9
- spec.authors = ["Josh Teeter"]
10
- spec.email = ["joshteeter@gmail.com"]
11
- spec.summary = ["Turns todo items into trello cards."]
12
- spec.description = ["This will take the todo items in your code and turn them into trello cards"]
9
+ spec.authors = "Josh Teeter"
10
+ spec.email = "joshteeter@gmail.com"
11
+ spec.summary = "Turns todo items into trello cards."
12
+ spec.description = "This will take the todo items in your code and turn them into trello cards"
13
13
  spec.homepage = "https://github.com/whatisinternet/ToTrello"
14
14
  spec.license = "MIT"
15
15
 
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.add_development_dependency "rake", "~> 10.0"
23
23
  spec.add_development_dependency 'rspec', '~> 3.0.0'
24
24
 
25
- spec.add_runtime_dependency 'ruby-trello', '~> 0'
25
+ spec.add_dependency 'ruby-trello', '~> 0'
26
26
 
27
27
  end
28
28
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: totrello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Teeter
@@ -66,10 +66,9 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: '["This will take the todo items in your code and turn them into trello
70
- cards"]'
71
- email:
72
- - joshteeter@gmail.com
69
+ description: This will take the todo items in your code and turn them into trello
70
+ cards
71
+ email: joshteeter@gmail.com
73
72
  executables:
74
73
  - ToTrello
75
74
  extensions: []
@@ -112,7 +111,7 @@ rubyforge_project:
112
111
  rubygems_version: 2.2.2
113
112
  signing_key:
114
113
  specification_version: 4
115
- summary: '["Turns todo items into trello cards."]'
114
+ summary: Turns todo items into trello cards.
116
115
  test_files:
117
116
  - test/test_data/testing.rb
118
117
  - test/totrello_spec.rb