uec_express_api 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -16,7 +16,7 @@ Or install it yourself as:
16
16
 
17
17
  $ gem install uec_express_api
18
18
 
19
- ## Usage
19
+ ## example
20
20
 
21
21
  ```example.rb
22
22
  #!/usr/bin/ruby
@@ -28,3 +28,9 @@ uec_express.to_s
28
28
  puts uec_express.to_json
29
29
  ```
30
30
 
31
+ ##License and copyright
32
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
33
+
34
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
35
+
36
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,3 +1,3 @@
1
1
  module UecExpressApi
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -1,3 +1,11 @@
1
+ # Copyright 2012 by henteko (henteko07@gmail.com).
2
+ # All Rights Reserved.
3
+ #
4
+ # Permission is granted for use, copying, modification, distribution,
5
+ # and distribution of modified versions of this work as long as the
6
+ # above copyright notice is included.
7
+ # uec_express_api.rb
8
+
1
9
  require 'rubygems'
2
10
  require 'open-uri'
3
11
  require 'hpricot'
@@ -12,6 +12,8 @@ Gem::Specification.new do |gem|
12
12
  gem.summary = %q{API library of the University of Electro-Communications class cancellation information.}
13
13
  gem.homepage = "http://henteko07.hatenablog.com/"
14
14
 
15
+ gem.rubyforge_project = "uec_express_api"
16
+
15
17
  gem.files = `git ls-files`.split($/)
16
18
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
19
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uec_express_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
78
78
  - !ruby/object:Gem::Version
79
79
  version: '0'
80
80
  requirements: []
81
- rubyforge_project:
81
+ rubyforge_project: uec_express_api
82
82
  rubygems_version: 1.8.24
83
83
  signing_key:
84
84
  specification_version: 3