Skip to content

Commit

Permalink
Added hashbang.
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Aug 2, 2012
1 parent 0f7a274 commit a1ff761
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ntuple_generators.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env ruby

# @author Edwin Chen (@echen)
# Automatically write product monoid, product group, and product ring
# classes for tuples up to size 22.
Expand All @@ -6,7 +8,7 @@
#
# ruby scripts/ntuple_generators.rb > src/main/scala/com/twitter/scalding/mathematics/GeneratedAbstractAlgebra.scala

PACKAGE_NAME = "com.twitter.scalding.mathematics"
PACKAGE_NAME = "com.twitter.algebird"

# The tuple sizes we want.
TUPLE_SIZES = (3..22).to_a
Expand Down

0 comments on commit a1ff761

Please sign in to comment.