ft_42 0.2.0 → 0.2.1

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/bin/ft_42 +1 -0
  3. data/lib/ft_42.rb +1 -0
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1045636a9b4a0cbd599f49f692e94e4f01df6c6f
4
- data.tar.gz: cd2bff5d6d35f831c306afc0cfa22c67e908e12c
3
+ metadata.gz: ce10f12d69fb37fc6c1f60834ac94b97bc9c3a4f
4
+ data.tar.gz: 123895ba996e1ffa2d220e272c5e1019ed4e4a12
5
5
  SHA512:
6
- metadata.gz: d956c086a08bbcfbe1106b6d47ad4b95adaa605d996ea67bc0ab11090b2ccb32c0b711659feb33726bfa067fe2880d9828ce148116caa2453e0313c8779cddae
7
- data.tar.gz: c5d4b8db1e543f0ab9be74cdc5256a632e2c2ea4f2659773d56d19dc8e7ea53e83b2ca4614e14fe82d0a2c10d0776165dc62de971ffe73c2294bfd0802476dc8
6
+ metadata.gz: 7a65e8da10cf215fc2d0cf54f50a89067996102893c47d524fbce014c915813b393320a9908e2d4917470b6021eae1cdf99d6e2b4609cb0928309fc27c220ac7
7
+ data.tar.gz: 8dccd72101c7b5a4854c1ce90a688a4c2110639ae666ac33c26d9b1c5ffe6508b5091eb1e26d947b72980c9864483a9950703fb8ce204c212c9c0fc41944f7bd
data/bin/ft_42 CHANGED
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
+ # encoding: utf-8
2
3
 
3
4
  require "ft_42"
4
5
 
data/lib/ft_42.rb CHANGED
@@ -18,6 +18,7 @@ class FT_42
18
18
  def initialize(*args)
19
19
  if (args.size > 2)
20
20
  if (args.first == "project")
21
+ puts "This is a big request, it may take a minute or two."
21
22
  ft_42 = Client.new(args.second, args.last)
22
23
  else
23
24
  ft_42 = Client.new(args.first, args.third)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ft_42
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Fernandez
@@ -107,8 +107,8 @@ executables:
107
107
  extensions: []
108
108
  extra_rdoc_files: []
109
109
  files:
110
- - lib/ft_42.rb
111
110
  - bin/ft_42
111
+ - lib/ft_42.rb
112
112
  - test/test_ft_42.rb
113
113
  homepage: http://rubygems.org/gems/ft_42
114
114
  licenses:
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  version: '0'
131
131
  requirements: []
132
132
  rubyforge_project:
133
- rubygems_version: 2.0.14.1
133
+ rubygems_version: 2.6.8
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: Info for 42 students