tickspot-rb 0.1.1 → 0.1.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- Y2I2NDRmNTFmMGMzNTM0MDViMDQ4NzY2YTdiMjc0MDBhYjk2NjUyNQ==
4
+ MTZhMTY4YWY2NzZlODc4N2FlNmFmNmFiYWMzZDY0ZGE2YWVhMGEwZA==
5
5
  data.tar.gz: !binary |-
6
- ZTQ3NzI0MWZhZTljNWU0MTI2ZTJkOTUyMzAxYjY2MjkwYjRkM2M5YQ==
6
+ ZDIwZDkyZjUwNDkxMDg0MjM5YTYxNTgxZDkxOTJmNGNhNjNmM2U2Yg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDRhZDVlMTRmNzYxMTdlZDA3YWJmMWJlZGQ3NTk4MTA4MjIzOGVhNDU3ZWE0
10
- NGE1YjhkNDQ1NGM3NDljMzE4NjQzMzViNGI1Mzg5YzIxMjZhY2I1OTRjYzQ2
11
- MjIxZTA4NGMyYmViYjkwYzQ2YmUwYzRmODc4ODdjZGRlMWI0ZTM=
9
+ ZWZiZmM4MjU3ZDQ5ZTg1NzlhYzNjOTM1ODYzNTUxYWIxMmMzMjY5NzE0OTNk
10
+ ODc2NmY4NjU3M2Y3OTRlYmRlZDg3ZDYzMDk1NTk3MGNmYTY3MjNkMzdjYzcz
11
+ ODYxNzMyMDRlOTBhNmNjYmIxMDRiNjJiYWNlODM2ZTk2NGM3ZWM=
12
12
  data.tar.gz: !binary |-
13
- OGQ0N2I3YmM1MDBkNWE2MDc3MDJjYWE4M2NhM2NjZTIxNTA5NTZhZDYxY2Uy
14
- Yjg1MTc4YWJhNTIwNjAwODZkMzI2MDdhNzJlMDY5NGU2N2UwNmI0ZThkNWNl
15
- ODcyZjEwOTQ1NTk1ZjEzYjM1Y2U5NDc5ZTFmZGQxMDliMjRiM2I=
13
+ MTYwMDRmNGI5NGI4MGJlODAzMTdjYTQxNWViNDk4OTdhMDQ2NGQ4MGQwMGFk
14
+ OTkwZDIxMTljYzAwMDFmMzVlOWEyNjFiY2RkMmIzYmQ5MmE4ZmU1MzkzMWQ4
15
+ MWZlNmQyNzU1ZWVmYjBhZWFhMzc4MDQyNDA4NDAzZDYwZDUzNGY=
@@ -0,0 +1,10 @@
1
+ language: ruby
2
+ rvm:
3
+ - "1.9.2"
4
+ - "1.9.3"
5
+ - "2.0.0"
6
+ - jruby-19mode # JRuby in 1.9 mode
7
+ - rbx-19mode
8
+ # uncomment this line if your project needs to run something other than `rake`:
9
+ script: bundle exec rspec spec
10
+
data/LICENSE CHANGED
@@ -1,5 +1,7 @@
1
1
  Copyright (c) 2012 Chris Mason
2
2
 
3
+ MIT License
4
+
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
5
7
  "Software"), to deal in the Software without restriction, including
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Tickspot-rb
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/cmason/tickspot-rb.png)](https://codeclimate.com/github/cmason/tickspot-rb)
4
+ [![Build Status](https://travis-ci.org/cmason/tickspot-rb.png?branch=master)](https://travis-ci.org/cmason/tickspot-rb)
4
5
 
5
6
  Ruby wrapper for the [Tick API](http://www.tickspot.com/api/).
6
7
 
@@ -46,4 +47,4 @@ You can also initialize the client with a configuration block:
46
47
 
47
48
  ## Copyright
48
49
 
49
- Copyright (c) 2012 Chris Mason. See LICENSE for details.
50
+ Copyright (c) 2012 Chris Mason. See [LICENSE](LICENSE) for details.
@@ -1,3 +1,3 @@
1
1
  module Tickspot
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.homepage = "https://github.com/cmason/tickspot-rb"
11
11
  s.description = %q{Ruby wrapper for the Tick API http://tickspot.com/api}
12
12
  s.summary = s.description
13
+ s.license = 'MIT'
13
14
 
14
15
  s.rubyforge_project = "tickspot-rb"
15
16
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tickspot-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Mason
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-06 00:00:00.000000000 Z
11
+ date: 2013-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie
@@ -103,6 +103,7 @@ extra_rdoc_files: []
103
103
  files:
104
104
  - .gitignore
105
105
  - .rspec
106
+ - .travis.yml
106
107
  - Gemfile
107
108
  - LICENSE
108
109
  - README.md
@@ -120,7 +121,8 @@ files:
120
121
  - spec/tickspot_spec.rb
121
122
  - tickspot-rb.gemspec
122
123
  homepage: https://github.com/cmason/tickspot-rb
123
- licenses: []
124
+ licenses:
125
+ - MIT
124
126
  metadata: {}
125
127
  post_install_message:
126
128
  rdoc_options: []
@@ -151,4 +153,3 @@ test_files:
151
153
  - spec/fixtures/users.xml
152
154
  - spec/spec_helper.rb
153
155
  - spec/tickspot_spec.rb
154
- has_rdoc: