Rakefile in avro-1.3.0 vs Rakefile in avro-1.3.3
- old
+ new
@@ -14,10 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
require 'rubygems'
require 'echoe'
-VERSION = File.open('../../share/VERSION.txt').read
+VERSION = File.open('../../share/VERSION.txt').read.sub('-SNAPSHOT', '.pre1').chomp
Echoe.new('avro', VERSION) do |p|
p.author = "Apache Software Foundation"
p.email = "avro-dev@hadoop.apache.org"
p.summary = "Apache Avro for Ruby"
p.description = "Apache is a data serialization and RPC format"