FreedomCoder-utility_belt 1.1.1 → 1.1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. metadata +1 -1
  2. data/utility-belt.gemspec +0 -38
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: FreedomCoder-utility_belt
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Giles Bowkett
data/utility-belt.gemspec DELETED
@@ -1,38 +0,0 @@
1
- Gem::Specification.new do |s|
2
- s.name = "utility_belt"
3
- s.version = "1.1.1"
4
- s.author = "Giles Bowkett"
5
- s.email = "gilesb@gmail.com"
6
- s.homepage = "http://utilitybelt.rubyforge.org"
7
- s.rubyforge_project = "utility_belt"
8
- s.platform = Gem::Platform::RUBY
9
- s.summary = "A grab-bag of IRB power user madness. (With Linux Support!)"
10
- s.files = ["bin", "bin/amazon", "bin/google", "bin/pastie", "bin/twitt", "History.txt", "html",
11
- "html/andreas00.css", "html/authorship.html", "html/bg.gif", "html/front.jpg", "html/index.html",
12
- "html/menubg.gif", "html/menubg2.gif", "html/test.jpg", "html/usage.html", "lib",
13
- "lib/utility_belt", "lib/utility_belt/amazon_upload_shortcut.rb",
14
- "lib/utility_belt/clipboard.rb", "lib/utility_belt/twitty.rb", "lib/utility_belt/command_history.rb",
15
- "lib/utility_belt/convertable_to_file.rb", "lib/utility_belt/equipper.rb",
16
- "lib/utility_belt/google.rb", "lib/utility_belt/hash_math.rb",
17
- "lib/utility_belt/interactive_editor.rb", "lib/utility_belt/irb_options.rb",
18
- "lib/utility_belt/irb_verbosity_control.rb", "lib/utility_belt/is_an.rb",
19
- "lib/utility_belt/language_greps.rb", "lib/utility_belt/not.rb", "lib/utility_belt/pastie.rb",
20
- "lib/utility_belt/pipe.rb", "lib/utility_belt/rails_finder_shortcut.rb",
21
- "lib/utility_belt/rails_verbosity_control.rb", "lib/utility_belt/string_to_proc.rb",
22
- "lib/utility_belt/symbol_to_proc.rb", "lib/utility_belt/wirble.rb", "lib/utility_belt/with.rb",
23
- "lib/utility_belt.rb", "Manifest.txt", "README", "spec", "spec/convertable_to_file_spec.rb",
24
- "spec/equipper_spec.rb", "spec/hash_math_spec.rb", "spec/interactive_editor_spec.rb",
25
- "spec/language_greps_spec.rb", "spec/pastie_spec.rb", "spec/pipe_spec.rb", "spec/spec_helper.rb",
26
- "spec/string_to_proc_spec.rb", "spec/utility_belt_spec.rb", "utility-belt.gemspec"]
27
- %w{amazon google pastie twitt}.each do |command_line_utility|
28
- s.executables << command_line_utility
29
- end
30
- s.require_path = "lib"
31
- s.test_file = "spec/utility_belt_spec.rb"
32
- s.has_rdoc = true
33
- s.extra_rdoc_files = ["README"]
34
- s.add_dependency("wirble", ">= 0.1.2")
35
- s.add_dependency("aws-s3", ">= 0.4.0")
36
- s.add_dependency("Platform", ">= 0.4.0")
37
- s.add_dependency("json", ">= 1.1.3")
38
- end