Sha256: dc303b2f7ab86cb84569fde677083444c8e270b9934e08c25d56349bafc2d71c
Contents?: true
Size: 207 Bytes
Versions: 7
Compression:
Stored size: 207 Bytes
Contents
require "bundler/gem_tasks" desc 'Make lib/*.json' task :json do cd 'tools' ruby 'gen_types_json.rb' cp 'types.json', '../lib' ruby 'gen_methods_json.rb' cp 'methods.json', '../lib' end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
tgbot-0.1.6 | Rakefile |
tgbot-0.1.5 | Rakefile |
tgbot-0.1.4 | Rakefile |
tgbot-0.1.3 | Rakefile |
tgbot-0.1.2 | Rakefile |
tgbot-0.1.1 | Rakefile |
tgbot-0.1.0 | Rakefile |