droxi 0.0.5 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/spec/text_spec.rb CHANGED
@@ -16,11 +16,11 @@ describe Text do
16
16
  laborum.".squeeze(' ')
17
17
  @big_word = "Lopadotemachoselachogaleokranioleipsanodrimhypotrimmatosilphi\
18
18
  oparaomelitokatakechymenokichlepikossyphophattoperisteralektr\
19
- yonoptekephalliokigklopeleiolagoiosiraiobaphetraganopterygon".
20
- gsub(' ', '')
19
+ yonoptekephalliokigklopeleiolagoiosiraiobaphetraganopterygon"
20
+ .gsub(' ', '')
21
21
  end
22
22
 
23
- describe "when wrapping text" do
23
+ describe 'when wrapping text' do
24
24
  it "won't return any line larger than the screen width if unnecessary" do
25
25
  Text.wrap(@paragraph).all? do |line|
26
26
  line.length <= @columns
@@ -32,8 +32,8 @@ describe Text do
32
32
  end
33
33
  end
34
34
 
35
- describe "when tabulating text" do
36
- it "must space items equally" do
35
+ describe 'when tabulating text' do
36
+ it 'must space items equally' do
37
37
  lines = Text.table(@paragraph.split)
38
38
  lines = lines[0, lines.length - 1]
39
39
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: droxi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mulcahy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-04 00:00:00.000000000 Z
11
+ date: 2014-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dropbox-sdk
@@ -55,6 +55,7 @@ files:
55
55
  - spec/complete_spec.rb
56
56
  - spec/settings_spec.rb
57
57
  - spec/state_spec.rb
58
+ - spec/testutils.rb
58
59
  - spec/text_spec.rb
59
60
  homepage: https://github.com/jangler/droxi
60
61
  licenses: