Skip to content

Commit

Permalink
Fixed file permissions. Iterated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinhirne committed Oct 7, 2021
1 parent 5dd110b commit c7a7de3
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Empty file modified lib/cidr.rb
100755 → 100644
Empty file.
Empty file modified lib/cidr_shortcuts.rb
100755 → 100644
Empty file.
Empty file modified lib/eui.rb
100755 → 100644
Empty file.
Empty file modified lib/ip_math.rb
100755 → 100644
Empty file.
Empty file modified lib/methods.rb
100755 → 100644
Empty file.
Empty file modified lib/netaddr.rb
100755 → 100644
Empty file.
Empty file modified lib/tree.rb
100755 → 100644
Empty file.
Empty file modified lib/validation_shortcuts.rb
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions netaddr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# install with: netaddr*.gem
Gem::Specification.new do |s|
s.name = "netaddr"
s.version = "1.5.2"
s.date = "2016-01-26"
s.version = "1.5.3"
s.date = "2021-10-07"
s.author = "Dustin Spinhirne"
s.summary = "A package for manipulating network addresses."
s.files = Dir['lib/*.rb'] + Dir['test/*']
Expand Down
Empty file modified test/cidr_test.rb
100755 → 100644
Empty file.
Empty file modified test/eui_test.rb
100755 → 100644
Empty file.
Empty file modified test/methods_test.rb
100755 → 100644
Empty file.
Empty file modified test/tree_test.rb
100755 → 100644
Empty file.

0 comments on commit c7a7de3

Please sign in to comment.