Skip to content

Commit

Permalink
bump version and copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
stesla committed Apr 1, 2011
1 parent 0f3d55a commit bd008f0
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion COPYING
@@ -1,4 +1,4 @@
Copyright (c) 2007-2009 Samuel Tesla
Copyright (c) 2007-2011 Samuel Tesla

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
= base32

For Version: 0.1.2
For Version: 0.1.3

This package contains base32, a ruby extension for encoding and decoding
in base32 per RFC 3548.
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2009 Samuel Tesla
# Copyright (c) 2007-2011 Samuel Tesla

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -41,7 +41,7 @@ gemspec = Gem::Specification.new do |s|
s.require_paths << 'ext'
s.requirements << 'none'
s.summary = "Ruby extension for base32 encoding and decoding"
s.version = "0.1.2"
s.version = "0.1.3"
end

Rake::GemPackageTask.new(gemspec) do |pkg|
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2009 Samuel Tesla
# Copyright (c) 2007-2011 Samuel Tesla

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/decoder.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2007-2009 Samuel Tesla
/* Copyright (c) 2007-2011 Samuel Tesla
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/decoder.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2007-2009 Samuel Tesla
/* Copyright (c) 2007-2011 Samuel Tesla
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/encoder.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2007-2009 Samuel Tesla
/* Copyright (c) 2007-2011 Samuel Tesla
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/encoder.h
@@ -1,4 +1,4 @@
/* Copyright (c) 2007-2009 Samuel Tesla
/* Copyright (c) 2007-2011 Samuel Tesla
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/ext.c
@@ -1,4 +1,4 @@
/* Copyright (c) 2007-2009 Samuel Tesla
/* Copyright (c) 2007-2011 Samuel Tesla
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ext/extconf.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2009 Samuel Tesla
# Copyright (c) 2007-2011 Samuel Tesla

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/base32_test.rb
@@ -1,4 +1,4 @@
# Copyright (c) 2007-2009 Samuel Tesla
# Copyright (c) 2007-2011 Samuel Tesla

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit bd008f0

Please sign in to comment.