brief 0.0.4 → 0.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +14 -6
  3. data/brief.gemspec +2 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18e0fdf17448c78cbab4c8f7fa5145888ecf4ad3
4
- data.tar.gz: b2d595ee8bc3bb89d1954460b26a03076a9a3576
3
+ metadata.gz: 6ea809a2225dda66fa13f02a8d84815d35b1f34e
4
+ data.tar.gz: 746802928af37c37897c2c35ba6b48a1a70ed9ac
5
5
  SHA512:
6
- metadata.gz: 12e65937b0d7494b7fb75c05ddc66c8c11deac4bc31b3ad9b91e08a891c8d540c607ab60e34e1b12fcc4937396d13576a432f792691d0fcd877e032caf7a2358
7
- data.tar.gz: 7fd9bc54ace58c9f163e9f70ea69e00d2a9e91ca7d7c6a24f55e38fd2a897a587c3c18a8885f52bf49c144dce7b57808136155441e751b9aaf2bf1709ff81147
6
+ metadata.gz: 1307853ba450778aa5f929570a03f5e320385a4d383b638d2580710f05a48019dff7e00e51fe3281414255ce1aa4395c34ea8955079f51a7c781f83241e49381
7
+ data.tar.gz: ad898a4cdf7c2b6651e364fbc3ecdddbce7bd329481fd2c72185ed5f34f160f5c6793ff61c7eca4caf2fe7092058dbfc2d89edd7ec7b3f846dc7b0eb49e8063e
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- brief (0.0.1)
5
- active_support
4
+ brief (0.0.4)
5
+ activesupport
6
6
  colored
7
7
  commander
8
8
  hashie
@@ -11,9 +11,12 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- active_support (3.0.0)
15
- activesupport (= 3.0.0)
16
- activesupport (3.0.0)
14
+ activesupport (4.1.4)
15
+ i18n (~> 0.6, >= 0.6.9)
16
+ json (~> 1.7, >= 1.7.7)
17
+ minitest (~> 5.1)
18
+ thread_safe (~> 0.1)
19
+ tzinfo (~> 1.1)
17
20
  celluloid (0.15.2)
18
21
  timers (~> 1.1.0)
19
22
  coderay (1.1.0)
@@ -34,13 +37,15 @@ GEM
34
37
  rspec (>= 2.14, < 4.0)
35
38
  hashie (2.1.2)
36
39
  highline (1.6.21)
37
- i18n (0.6.9)
40
+ i18n (0.6.11)
41
+ json (1.8.1)
38
42
  listen (2.7.9)
39
43
  celluloid (>= 0.15.2)
40
44
  rb-fsevent (>= 0.9.3)
41
45
  rb-inotify (>= 0.9)
42
46
  lumberjack (1.0.7)
43
47
  method_source (0.8.2)
48
+ minitest (5.4.0)
44
49
  pry (0.9.12.6)
45
50
  coderay (~> 1.0)
46
51
  method_source (~> 0.8)
@@ -65,7 +70,10 @@ GEM
65
70
  rspec-support (3.0.2)
66
71
  slop (3.5.0)
67
72
  thor (0.19.1)
73
+ thread_safe (0.3.4)
68
74
  timers (1.1.0)
75
+ tzinfo (1.2.1)
76
+ thread_safe (~> 0.1)
69
77
 
70
78
  PLATFORMS
71
79
  ruby
data/brief.gemspec CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "brief"
7
- spec.version = '0.0.4'
7
+ spec.version = '0.0.5'
8
8
  spec.authors = ["Jonathan Soeder"]
9
9
  spec.email = ["jonathan.soeder@gmail.com"]
10
10
  spec.description = %q{Brief is a utility to make writing more productive for software architects. It allows you write to places like Github Wiki, The Github Issues API all from the command line and a single file.}
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
  spec.add_dependency 'hashie'
21
21
  spec.add_dependency 'commander'
22
22
  spec.add_dependency 'colored'
23
- spec.add_dependency 'active_support'
23
+ spec.add_dependency 'activesupport'
24
24
  spec.add_dependency 'i18n'
25
25
 
26
26
  spec.add_development_dependency "bundler", "~> 1.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brief
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Soeder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-11 00:00:00.000000000 Z
11
+ date: 2014-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
- name: active_support
56
+ name: activesupport
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '>='