data/ruby-powerpack-0.1.1/.gitignore: ASCII text data/ruby-powerpack-0.1.1/.rspec: ASCII text, with no line terminators data/ruby-powerpack-0.1.1/.travis.yml: ASCII text data/ruby-powerpack-0.1.1/CHANGELOG.md: ASCII text data/ruby-powerpack-0.1.1/Gemfile: ASCII text data/ruby-powerpack-0.1.1/LICENSE.txt: ASCII text data/ruby-powerpack-0.1.1/README.md: Ruby script, ASCII text data/ruby-powerpack-0.1.1/Rakefile: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/array.rb: ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/array/butfirst.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/array/butlast.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable.rb: ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/average.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/drop_last.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/drop_last_while.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/exactly.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/frequencies.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/several.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/take_last.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/take_last_while.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/enumerable/sum.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/hash.rb: ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/hash/symbolize_keys.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/numeric.rb: ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/numeric/neg.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/numeric/pos.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/numeric/scale.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string.rb: ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/ascii_only.rb: Ruby script, UTF-8 Unicode (with BOM) text data/ruby-powerpack-0.1.1/lib/powerpack/string/blank.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/format.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/remove.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/remove_prefix.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/remove_suffix.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/squish.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/strip_indent.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/string/strip_margin.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/lib/powerpack/version.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/powerpack.gemspec: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/array/butfirst_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/array/butlast_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/average_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/drop_last_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/drop_last_while_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/exactly_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/frequencies_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/several_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/sum_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/take_last_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/enumerable/take_last_while_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/hash/symbolize_keys_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/numeric/neg_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/numeric/pos_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/numeric/scale_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/ascii_only_spec.rb: Ruby script, UTF-8 Unicode (with BOM) text data/ruby-powerpack-0.1.1/spec/powerpack/string/blank_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/format_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/remove_prefix_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/remove_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/remove_suffix_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/squish_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/strip_indent_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/powerpack/string/strip_margin_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/spec/spec_helper.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/debian/changelog: UTF-8 Unicode text data/ruby-powerpack-0.1.1/debian/compat: ASCII text data/ruby-powerpack-0.1.1/debian/control: ASCII text data/ruby-powerpack-0.1.1/debian/copyright: ASCII text data/ruby-powerpack-0.1.1/debian/patches/0001_fix-spec-and-definition-of-sum.patch: unified diff output, ASCII text data/ruby-powerpack-0.1.1/debian/patches/series: ASCII text data/ruby-powerpack-0.1.1/debian/ruby-powerpack.docs: ASCII text data/ruby-powerpack-0.1.1/debian/ruby-tests.rake: ASCII text data/ruby-powerpack-0.1.1/debian/rules: a /usr/bin/make -f script, ASCII text executable data/ruby-powerpack-0.1.1/debian/source/format: ASCII text data/ruby-powerpack-0.1.1/debian/upstream/metadata: ASCII text data/ruby-powerpack-0.1.1/debian/watch: ASCII text data/ruby-powerpack-0.1.1/.pc/.version: ASCII text data/ruby-powerpack-0.1.1/.pc/.quilt_patches: ASCII text data/ruby-powerpack-0.1.1/.pc/.quilt_series: ASCII text data/ruby-powerpack-0.1.1/.pc/applied-patches: ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/lib/powerpack/enumerable/sum.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/array/butfirst_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/array/butlast_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/average_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/drop_last_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/drop_last_while_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/exactly_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/frequencies_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/several_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/sum_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/take_last_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/enumerable/take_last_while_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/hash/symbolize_keys_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/numeric/neg_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/numeric/pos_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/numeric/scale_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/ascii_only_spec.rb: Ruby script, UTF-8 Unicode (with BOM) text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/blank_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/format_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/remove_prefix_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/remove_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/remove_suffix_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/squish_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/strip_indent_spec.rb: Ruby script, ASCII text data/ruby-powerpack-0.1.1/.pc/0001_fix-spec-and-definition-of-sum.patch/spec/powerpack/string/strip_margin_spec.rb: Ruby script, ASCII text